Font :: assign - Assign font
The function copies font properties to the current font definition.
Return value: Font definition ( odabagui::Font & )
Font definition includes all font properties including size and color.
Implementation details
odabagui::Font &
Font  :: assign ( odabagui::Font &cFont )
The function copies font propertiespassed in cFont to the current font definition.
- cFont
- Constant font
The font provides text layout properties in order to define the way, text will be displayed.

