company logo

Font :: styleHint - Style hint property

Style hints are used by the font matching algorithm to find an appropriate default family if a selected font is not available

Options.GUIFramework.Fonts._std_font.style_hint

Notes:

Source: Qt documentation

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

Implementation overview

Implementation details

  1. Get style hint property
    odabagui::StyleHints Font  :: styleHint (  )

    The function returns the value for the style hints currently set.

  2. to list
  3. Change style hints
    odabagui::StyleHints Font  :: styleHint ( odabagui::StyleHints eStyleHints )

    The function changes the style hint settings to the value passed in eStyleHints.

    • eStyleHints - - internal feature (not documented)
  4. to list