Layout :: font - Font
The font defines the text layout in the control.
Return value:   - internal feature (not documented) ( odabagui::Font  )
Implementation overview
- Get font from layout
 Layout :: font (  )
- Change layout for font
 Layout :: font ( cFont )
Implementation details
- 
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. to list
- 
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. 
 to list
- cFont
 - Constant font

