Assembly: Drawing;
The GxFont class implements graphic font.
Constructor name | Brief description | |
Create | The Create constructor creates a font with specified parameters. | |
CreateFromStream | The CreateFromStream constructor creates a font from the stream. |
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: