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

Public Member Functions

String GetFontName ()
 The name of the font to use.
 
FontSizeUnitsEnum GetFontSizeUnits ()
 Character sizing select between using font points or other sizing unit. More...
 
FontStyleEnum GetFontStyle ()
 
void SetFontName (String fontName)
 
void SetFontSizeUnits (FontSizeUnitsEnum fontSizeUnits)
 
void SetFontStyle (FontStyleEnum fontStyle)
 

Member Function Documentation

◆ GetFontSizeUnits()

FontSizeUnitsEnum GetFontSizeUnits ( )
inherited

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 AText.