Public Member Functions | |
FontSizeUnitsEnum | GetFontSizeUnits () |
Character sizing select between using font points or other sizing unit. More... | |
void | SetFontSizeUnits (FontSizeUnitsEnum fontSizeUnits) |
FontSizeUnitsEnum com.UniPRT.Sdk.LabelMaker.Interface.IFontSizeUnits.GetFontSizeUnits | ( | ) |
Character sizing select between using font points or other sizing unit.
For X/Y char size is in terms of font points, 1 point = 1/72 inch (~0.35 mm).
Note that some fonts may not be scalable. Any values specified outside of minimum/maximum ranges will be limited to the minimum or maximum.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AText.
void com.UniPRT.Sdk.LabelMaker.Interface.IFontSizeUnits.SetFontSizeUnits | ( | FontSizeUnitsEnum | fontSizeUnits | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AText.