UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
FontSize Class Reference

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

#include <FontSize.h>

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

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.
 

Detailed Description

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.

Method Documentation

◆ initWithX:y:

- (instancetype) initWithX: (float) x
y: (float) y 

Reimplemented from APair.


The documentation for this class was generated from the following file: