Font size in the X and Y direction allows for stretching/resizing when non-default font size is desired. More...
#include <FontSize.h>
Instance Methods | |
| (instancetype) | - initWithX:y: |
Additional Inherited Members | |
Properties inherited from APair | |
| float | x |
| float | y |
Properties inherited from <IPair> | |
| float | x |
| First value. e.g., Horizontal, x, position of a point. | |
| float | y |
| Second value. e.g., Vertical, y, position of a point. | |
Font size in the X and Y direction allows for stretching/resizing when non-default font size is desired.
The FontSize class represents the size of a font in the X and Y directions, allowing for customization and resizing. It inherits from APair and conforms to the IFontSize protocol.
| - (instancetype) initWithX: | (float) | x | |
| y: | (float) | y |
Reimplemented from APair.