[][src]Module qt_gui::q_font

C++ type: QFont

Structs

Capitalization

Rendering option for text this font applies to.

HintingPreference

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.

ResolveProperties

C++ enum: QFont::ResolveProperties.

SpacingType

This enum was introduced or modified in Qt 4.4.

Stretch

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

Style

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

StyleHint

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

StyleStrategy

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

Weight

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.