company logo

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

Implementation details

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

  2. to list
  3. 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
  4. to list