Interface TextFontInfo

All Known Implementing Classes:
FontSetting, PlaceholderSpan, Span

public interface TextFontInfo
文本字体信息
Since:
2020-05-07 19:18:43
Author:
权观宇
  • Method Details

    • getFont

      Font getFont()
      获取字体对象
      Returns:
      字体对象
    • getLetterSpacing

      Double getLetterSpacing()
      获取字间距
      Returns:
      字间距,单位毫米mm
    • getFontSize

      Double getFontSize()
      获取文字字号
      Returns:
      字号,单位毫米mm