Assembly: Drawing;
Namespace: Prognoz.Platform.Interop.Drawing;
The IGxFont interface contains properties and methods that are used to work with fonts.
IGxFont
| Property name | Brief description | |
| Unit | The Unit property returns font size measure units. |
| Property name | Brief description | |
| Family | The Family property returns font name. | |
| Size | The Size property returns font size. | |
| Style | The Style property returns font style. |
| Property name | Brief description | |
| LoadFromStream | The LoadFromStream method loads font from the stream. | |
| SaveToStream | The SaveToStream method saves font to the stream. |
See also: