GxFont

Assembly: Drawing;

Description

The GxFont class implements graphic font.

Constructors

  Constructor name Brief description
Create The Create constructor creates a font with specified parameters.
CreateFromStream The CreateFromStream constructor creates a font from the stream.

Class object properties inherited from IGxFont

  Property name Brief description
Unit The Unit property returns font size measure units.

Class object properties inherited from IGxFontBase

  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.

Class object methods inherited from IGxFont

  Property name Brief description
LoadFromStream The LoadFromStream method loads font from the stream.
SaveToStream The SaveToStream method saves font to the stream.

See  also:

Drawing Assembly Classes