Commit 2536862d41cd1fd279e4fd2314112b44d8fd4e29

Werner Lemberg 2012-02-11T21:42:19

Improve description of FT_LOAD_PEDANTIC.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index d59fddd..f6a6406 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -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.
    *