UniPRT SDK  v1.0.0.0
IFontSettings接口 参考
类 IFontSettings 继承关系图:
IFont IFontStyle IFontSizeUnits

Public 成员函数

String GetFontName ()
 要使用的字体名称。
 
FontSizeUnitsEnum GetFontSizeUnits ()
 字符大小选择使用字体点数或其他单位。 更多...
 
FontStyleEnum GetFontStyle ()
 
void SetFontName (String fontName)
 
void SetFontSizeUnits (FontSizeUnitsEnum fontSizeUnits)
 
void SetFontStyle (FontStyleEnum fontStyle)
 

成员函数说明

◆ GetFontSizeUnits()

FontSizeUnitsEnum GetFontSizeUnits ( )
inherited

字符大小选择使用字体点数或其他单位。

X/Y 字符大小以字体点数计算,1 点 = 1/72 英寸(约 0.35 毫米)。
注意,有些字体可能无法缩放。指定的值若超出最小/最大范围,将限制于最小或最大值。

AText 内被实现.