Public Member Functions | |
IRuler | GetRuler () |
Ruler to use for text positioning and font size if using ruler for font scaling/resizing. More... | |
void | SetRuler (IRuler ruler) |
![]() | |
String | GetFontName () |
The name of the font to use. More... | |
void | SetFontName (String fontName) |
![]() | |
FontStyleEnum | GetFontStyle () |
void | SetFontStyle (FontStyleEnum fontStyle) |
![]() | |
FontSizeUnitsEnum | GetFontSizeUnits () |
Character sizing select between using font points or other sizing unit. More... | |
void | SetFontSizeUnits (FontSizeUnitsEnum fontSizeUnits) |
![]() | |
AlignEnum | GetAlignment () |
void | SetAlignment (AlignEnum alignment) |
![]() | |
RotateEnum | GetRotation () |
void | SetRotation (RotateEnum rotation) |
IRuler com.UniPRT.Sdk.LabelMaker.Interface.ITextSettings.GetRuler | ( | ) |
Ruler to use for text positioning and font size if using ruler for font scaling/resizing.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AText.
void com.UniPRT.Sdk.LabelMaker.Interface.ITextSettings.SetRuler | ( | IRuler | ruler | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AText.