UniPRT SDK  v1.0.0.0
UniPRT.Sdk.LabelMaker.Interfaces.ITextSettings Interface Reference
Inheritance diagram for UniPRT.Sdk.LabelMaker.Interfaces.ITextSettings:
UniPRT.Sdk.LabelMaker.Interfaces.IFont UniPRT.Sdk.LabelMaker.Interfaces.IFontStyle UniPRT.Sdk.LabelMaker.Interfaces.IFontSizeUnits UniPRT.Sdk.LabelMaker.Interfaces.IAlignment UniPRT.Sdk.LabelMaker.Interfaces.IRotation UniPRT.Sdk.LabelMaker.Interfaces.IText UniPRT.Sdk.LabelMaker.Interfaces.AText UniPRT.Sdk.LabelMaker.PGL.Text UniPRT.Sdk.LabelMaker.TSPL.Text

Properties

AlignEnum Alignment [get, set]
 
string FontName [get, set]
 The name of the font to use.
 
FontSizeUnitsEnum FontSizeUnits [get, set]
 Character sizing select between using font points or other sizing unit. More...
 
FontStyleEnum FontStyle [get, set]
 
RotateEnum Rotation [get, set]
 
IRuler Ruler [get, set]
 Ruler to use for text positioning and font size if using ruler for font scaling/resizing.
 

Property Documentation

◆ FontSizeUnits

FontSizeUnitsEnum UniPRT.Sdk.LabelMaker.Interfaces.IFontSizeUnits.FontSizeUnits
getsetinherited

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.