UniPRT SDK  v1.0.0.0
UniPRT.Sdk.LabelMaker.Interfaces.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 UniPRT.Sdk.LabelMaker.Interfaces.FontSize:
UniPRT.Sdk.LabelMaker.Interfaces.APair< float > UniPRT.Sdk.LabelMaker.Interfaces.IFontSize UniPRT.Sdk.LabelMaker.Interfaces.IPair< float >

Public Member Functions

 FontSize (float x, float y)
 

Properties

virtual T x [get, set]
 
x [get, set]
 First value. e.g. Horizontal, x, position of a point.
 
virtual T y [get, set]
 
y [get, set]
 Second value. e.g. Vertical, y, position of a point.
 

Detailed Description

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