Improve description of FT_LOAD_PEDANTIC.

This commit is contained in:
Werner Lemberg 2012-02-11 21:42:19 +01:00
parent b4e06818ed
commit 2536862d41
1 changed files with 5 additions and 0 deletions

View File

@ -2452,6 +2452,11 @@ FT_BEGIN_HEADER
* during glyph loading. This is mostly used to detect broken glyphs
* in fonts. By default, FreeType tries to handle broken fonts also.
*
* In particular, errors from the TrueType bytecode engine are not
* passed to the application if this flag is not set; this might
* result in partially hinted or distorted glyphs in case a glyph's
* bytecode is buggy.
*
* FT_LOAD_IGNORE_GLOBAL_ADVANCE_WIDTH ::
* Ignored. Deprecated.
*