x4Trace Documentation v1.0
Loading...
Searching...
No Matches
IGraphics.GInterface.IFont Struct Reference

Font of GUI interface. More...

Public Member Functions

 IFont (string name, int size, IFontStyle fontStyle)
 Constrictor.
 
 IFont (string name, int size)
 Constructor.
 

Public Attributes

string Name
 Name of font.
 
int Size
 Size of font.
 
IFontStyle FontStyle
 Style of font.
 

Detailed Description

Font of GUI interface.

Constructor & Destructor Documentation

◆ IFont() [1/2]

IGraphics.GInterface.IFont.IFont ( string name,
int size,
IFontStyle fontStyle )

Constrictor.

Parameters
nameName of font.
sizeSize of font.
fontStyleStyle of font.

◆ IFont() [2/2]

IGraphics.GInterface.IFont.IFont ( string name,
int size )

Constructor.


Parameters
nameName of font.
sizeSize of font.

The documentation for this struct was generated from the following file: