Font :: Font - Font constructor
The constructor creates and initializes a font instance.
Implementation overview
- Copy constructor
Font :: Font ( cFont ) - Default constructor
Font :: Font (  ) - Create font by name
Font :: Font ( sFont )
Implementation details
-
Copy constructor
Font  :: Font ( odabagui::Font &cFont )
The copy constructor creates a copy from the font passed in cFont.
- cFont
- Constant font
The font provides text layout properties in order to define the way, text will be displayed.
to list
- cFont
- Constant font
-
Default constructor
Font  :: Font (  )
The default constructor sets the font to its initial values.
to list
-
Create font by name
Font  :: Font ( odaba::String &sFont )
The function creates the font and reads font properties from the font resource passed in sName.
- sFont - Font name
to list