Skip to content

HintingMode

snowie2000 edited this page May 21, 2017 · 6 revisions

HintingMode

Determine the way freetype handles the hinting of fonts.


possible values:

  • 0: use embedded hinting of the font. (ClearType style)
  • 1: no hinting will be applied (unless hintsmallfont is set)
  • 2: use freetype autohinter to generate hinting for all fonts
  • 3: use freetype light autohinter to generate hinting. This options must be used together with "AntiAliasMode" light mode, or it will behave the same as normal autohinter.

Default: 0

Clone this wiki locally