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) | |
| T | GetX () |
| T | GetX () |
| First value. e.g. Horizontal, x, position of a point. | |
| T | GetY () |
| T | 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 | |
| T | x |
| T | y |
Font size in the X and Y direction allows for stretching/resizing when non-default font size is desired.