UniPRT SDK  v1.0.0.0
FontSize Class Reference

Font size in the X and Y direction allows for stretching/resizing when non-default font size is desired. More...

Inheritance diagram for FontSize:
APair< T > IFontSize IPair< Float >

Public Member Functions

 FontSize (float x, float y)
 
GetX ()
 
GetX ()
 First value. e.g. Horizontal, x, position of a point.
 
GetY ()
 
GetY ()
 Second value. e.g. Vertical, y, position of a point.
 
void SetX (T x)
 
void SetX (T x)
 
void SetY (T y)
 
void SetY (T y)
 

Protected Attributes

x
 
y
 

Detailed Description

Font size in the X and Y direction allows for stretching/resizing when non-default font size is desired.