company logo

Layout :: font - Font

The font defines the text layout in the control.

Return value:   - internal feature (not documented) ( odabagui::Font  )

Implementation overview

Implementation details

  1. Get font from layout
    odabagui::Font Layout  :: font (  )

    The function returns the font from the layout. The font is is a copy of the layout font, i.e. changes do not have any effect untilt explicitly setting the font in the layout.

  2. to list
  3. Change layout for font
    odabagui::Font Layout  :: font ( odabagui::Font &cFont )

    The function completely replaces the front currently set for the layout by the font passed in cFont.

    • cFont - Constant font

      The font provides text layout properties in order to define the way, text will be displayed.

  4. to list