FontShorthand¶
Struct | orca.UIKit
Complete font specification including weight, style, size, and family
Fields¶
| Field | Type | Description |
|---|---|---|
Weight |
FontWeight |
Font weight (normal or bold) |
Style |
FontStyle |
Font style (normal or italic) |
Size |
float |
Font size in points |
Family |
FontFamily |
Font family reference |