Class ZegoFontStyle


  • public class ZegoFontStyle
    extends java.lang.Object
    字体风格
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean border
      字体是否有边框。是否必填:否。默认值:false。取值范围:true/false.
      int borderColor
      字体边框颜色,计算公式为为:R + G x 256 + B x 65536,R(红)、G(绿)、B(蓝)的取值范围 [0,255]。是否必填:否。默认值:0。取值范围:[0,16777215]。
      int color
      字体颜色,计算公式为为:R + G x 256 + B x 65536,R(红)、G(绿)、B(蓝)的取值范围 [0,255]。默认值:16777215(白色)。取值范围:[0,16777215]。
      int size
      字体大小,单位 px。默认值:24。取值范围:[12,100]。
      int transparency
      字体透明度。默认值:0。取值范围:[0,100],100 为完全不透明,0 为完全透明。
      int type
      字体类型。
      0 表示思源黑体,1 表示阿里巴巴普惠体,2 表示旁门正道标题体,3 表示站酷快乐体。
      默认值:0。
    • Constructor Summary

      Constructors 
      Constructor Description
      ZegoFontStyle()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        public int type

        字体类型。
        0 表示思源黑体,1 表示阿里巴巴普惠体,2 表示旁门正道标题体,3 表示站酷快乐体。
        默认值:0。

      • size

        public int size
        字体大小,单位 px。默认值:24。取值范围:[12,100]。
      • color

        public int color
        字体颜色,计算公式为为:R + G x 256 + B x 65536,R(红)、G(绿)、B(蓝)的取值范围 [0,255]。默认值:16777215(白色)。取值范围:[0,16777215]。
      • transparency

        public int transparency
        字体透明度。默认值:0。取值范围:[0,100],100 为完全不透明,0 为完全透明。
      • border

        public boolean border
        字体是否有边框。是否必填:否。默认值:false。取值范围:true/false.
      • borderColor

        public int borderColor
        字体边框颜色,计算公式为为:R + G x 256 + B x 65536,R(红)、G(绿)、B(蓝)的取值范围 [0,255]。是否必填:否。默认值:0。取值范围:[0,16777215]。
    • Constructor Detail

      • ZegoFontStyle

        public ZegoFontStyle()