| Font (string?, number?, FontStyle?, 'normal' | 'bold' | 'light' | 'bolder' | 'lighter' | 'inherit' | string?, number?, TextDecorations?) | in
Font | Initializes a new instance of the Font class with size 10, "Arial" family, normal weight and style and line spacing 0.5 , or the given values. |
| createCopy (string?, number?, FontStyle?, 'normal' | 'bold' | 'light' | 'bolder' | 'lighter' | 'inherit' | string?, number?, TextDecorations?) | in
Font | Creates a copy with the values of this instance or optionally the explicitly specified values. |
| from (TextDecorations) | in
TextDecorations | Converts the given argument to an enum constant of this enum type. |
| getName (TextDecorations) | in
TextDecorations | Returns the name of the given enum constant. |