summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2016-06-25 08:14:36 +0200
committerWerner Lemberg <wl@gnu.org>2016-06-25 08:14:36 +0200
commitd89f64627b33f5ba482a93a14c38afea595ccfc2 (patch)
tree8b04a5bd534b072ab811d2d87aa8cc873982ab6c
parent25e82bc2b54054b1819c92bad01b623de7d380c7 (diff)
downloadfreetype2-d89f64627b33f5ba482a93a14c38afea595ccfc2.tar.gz
More info on `FT_Err_Glyph_Too_Big'.
-rw-r--r--include/freetype/freetype.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 95a389578..9550c6086 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -2578,6 +2578,10 @@ FT_BEGIN_HEADER
/* don't have a corresponding glyph in the font). See the discussion */
/* of the @FT_FACE_FLAG_CID_KEYED flag for more details. */
/* */
+ /* If you receive `FT_Err_Glyph_Too_Big', try getting the glyph */
+ /* outline at EM size, then scale it manually and fill it as a */
+ /* graphics operation. */
+ /* */
FT_EXPORT( FT_Error )
FT_Load_Glyph( FT_Face face,
FT_UInt glyph_index,