Module qt_gui::q_font

source ·
Expand description

C++ type: QFont

Structs

  • Rendering option for text this font applies to.

  • This enum describes the different levels of hinting that can be applied to glyphs to improve legibility on displays where it might be warranted by the density of pixels.

  • C++ enum: QFont::ResolveProperties.
  • This enum was introduced or modified in Qt 4.4.

  • Predefined stretch values that follow the CSS naming convention. The higher the value, the more stretched the text is.

  • This enum describes the different styles of glyphs that are used to display text.

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

  • The style strategy tells the font matching algorithm what type of fonts should be used to find an appropriate default family.

  • Qt uses a weighting scale from 0 to 99 similar to, but not the same as, the scales used in Windows or CSS. A weight of 0 will be thin, whilst 99 will be extremely black.