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
- Get style hint property
Font :: styleHint (  ) - Change style hints
Font :: styleHint ( eStyleHints ) 
Implementation details
- 
Get style hint property
odabagui::StyleHints Font  :: styleHint (  )
The function returns the value for the style hints currently set.
to list
 - 
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)
 
to list
 

