Font :: family - Family name for font
This is the family name of the font. The name is case insensitive and may include a foundry name. The family name may optionally also include a foundry name, e.g. Helvetius [Cronyx]. If the family is available from more than one foundry and the foundry is not specified, an arbitrary foundry is chosen. If the family is not available a family will be set using the font matching algorithm
Options.GUIFramework.Fonts._std_font.family
Notes:
Source: Qt documentation
Return value: Font name ( odaba::String & )
Implementation overview
- Get font family name
Font :: family (  ) - Set font family name
Font :: family ( sFont )
Implementation details
-
Get font family name
odaba::String Font  :: family (  )
The function returns the current font family name or an empty string, when no font family has been set.
to list
-
Set font family name
odaba::String Font  :: family ( odaba::String &sFont )
The function sets the font family name to the value passed in sName.
- sFont - Font name
to list