Class ZegoLabelInfo


  • public class ZegoLabelInfo
    extends java.lang.Object
    文本信息。
    • Field Summary

      Fields 
      Modifier and Type Field Description
      ZegoFontStyle font
      字体风格。
      int left
      字体距离输出画布左边框的距离,单位 px。默认值:0。
      java.lang.String text
      文本内容,支持设置简体中文、英文、半角,不支持全角。取值范围:最大支持显示100个中文字符,300 个英文字符。
      int top
      字体距离输出画布上边框的距离,单位 px。是否必填:否。默认值:0。
    • Constructor Summary

      Constructors 
      Constructor Description
      ZegoLabelInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • text

        public java.lang.String text
        文本内容,支持设置简体中文、英文、半角,不支持全角。取值范围:最大支持显示100个中文字符,300 个英文字符。
      • left

        public int left
        字体距离输出画布左边框的距离,单位 px。默认值:0。
      • top

        public int top
        字体距离输出画布上边框的距离,单位 px。是否必填:否。默认值:0。
    • Constructor Detail

      • ZegoLabelInfo

        public ZegoLabelInfo()