ref: 2536862d41cd1fd279e4fd2314112b44d8fd4e29
parent: b4e06818ed2f570c9da2bb094291e0b708527c57
author: Werner Lemberg <[email protected]>
date: Sat Feb 11 16:42:19 EST 2012
Improve description of FT_LOAD_PEDANTIC.
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -2452,6 +2452,11 @@
* 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.
*