company logo

StyleHints - Font style hints

Font style hints define font classes or groups, which are candidates for the displaying the font. Since fonts installed on a computer usually differ essentially, the style hint helps to select a font that matches best the requirements.

Enumarators overview

Enumerator details

  1. AnyStyle - Select any style

    leaves the font matching algorithm to choose the family. This is the default

    Code: 0
    to list
  2. Helvetica - Sans serif fonts

    The font matcher prefer sans serif fonts.

    Code: 2
    to list
  3. Times - Serif fonts

    The font matcher prefers serif fonts.

    Code: 4
    to list
  4. Courier - Pitch fonts

    The font matcher prefers fixed pitch fonts.

    Code: 6
    to list
  5. OldEnglish - Decorative fonts

    The font matcher prefers decorative fonts.

    Code: 7
    to list
  6. System - System fonts

    The font matcher prefers system fonts.

    Code: 8
    to list