UniPRT SDK  v1.0.0.0
UniPRT.Sdk.LabelMaker.Interfaces.IFontSettings Interface Reference
Inheritance diagram for UniPRT.Sdk.LabelMaker.Interfaces.IFontSettings:
UniPRT.Sdk.LabelMaker.Interfaces.IFont UniPRT.Sdk.LabelMaker.Interfaces.IFontStyle UniPRT.Sdk.LabelMaker.Interfaces.IFontSizeUnits

Properties

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]
 

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.