Font size in the X and Y direction allows for stretching/resizing when non-default font size is desired. More...
Public Member Functions | |
| FontSize (float x, float y) | |
Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Abstract.APair< T > | |
| T | GetX () |
| void | SetX (T x) |
| T | GetY () |
| void | SetY (T y) |
Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Interface.IPair< Float > | |
| T | GetX () |
| First value. e.g. Horizontal, x, position of a point. More... | |
| void | SetX (T x) |
| T | GetY () |
| Second value. e.g. Vertical, y, position of a point. More... | |
| void | SetY (T y) |
Additional Inherited Members | |
Protected Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Abstract.APair< T > | |
| APair (T x, T y) | |
Protected Attributes inherited from com.UniPRT.Sdk.LabelMaker.Abstract.APair< T > | |
| T | x |
| T | y |
Font size in the X and Y direction allows for stretching/resizing when non-default font size is desired.
| com.UniPRT.Sdk.LabelMaker.FontSize.FontSize | ( | float | x, |
| float | y | ||
| ) |