Public 成员函数 | |
| IRuler | GetRuler () |
| 如果使用标尺进行字体缩放/调整大小,用于文本定位和字体大小的标尺。 更多... | |
| void | SetRuler (IRuler ruler) |
Public 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Interface.IFont | |
| String | GetFontName () |
| 要使用的字体名称。 更多... | |
| void | SetFontName (String fontName) |
Public 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Interface.IFontStyle | |
| FontStyleEnum | GetFontStyle () |
| void | SetFontStyle (FontStyleEnum fontStyle) |
Public 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Interface.IFontSizeUnits | |
| FontSizeUnitsEnum | GetFontSizeUnits () |
| 字符大小选择使用字体点数或其他单位。 更多... | |
| void | SetFontSizeUnits (FontSizeUnitsEnum fontSizeUnits) |
Public 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Interface.IAlignment | |
| AlignEnum | GetAlignment () |
| void | SetAlignment (AlignEnum alignment) |
Public 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Interface.IRotation | |
| RotateEnum | GetRotation () |
| void | SetRotation (RotateEnum rotation) |
| IRuler com.UniPRT.Sdk.LabelMaker.Interface.ITextSettings.GetRuler | ( | ) |
如果使用标尺进行字体缩放/调整大小,用于文本定位和字体大小的标尺。
| void com.UniPRT.Sdk.LabelMaker.Interface.ITextSettings.SetRuler | ( | IRuler | ruler | ) |