company logo

Font :: Font - Font constructor

The constructor creates and initializes a font instance.

Implementation overview

Implementation details

  1. 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.

  2. to list
  3. Default constructor
    Font  :: Font (  )

    The default constructor sets the font to its initial values.

  4. to list
  5. 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
  6. to list