forked from minhngoc25a/freetype2
Improve description of FT_LOAD_PEDANTIC.
This commit is contained in:
parent
b4e06818ed
commit
2536862d41
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue