class documentation
class FontSize(font.FontSize):
FontSize class representing a font size variant.
| Method | __setattr__ |
Set a font size attribute, routing size to the setter. |
| Instance Variable | - height |
int - The height of the font size. |
| Instance Variable | - size |
int - The size identifier for the font size (e.g., FONT_XTRA_SMALL, FONT_SMALL, etc.). |
| Instance Variable | - spacing |
int - The spacing of the font size. |
| Instance Variable | - width |
int - The width of the font size. |