freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master d89f646: More info on `FT_Err_Glyph_Too_Big'.


From: Werner LEMBERG
Subject: [freetype2] master d89f646: More info on `FT_Err_Glyph_Too_Big'.
Date: Sat, 25 Jun 2016 06:14:54 +0000 (UTC)

branch: master
commit d89f64627b33f5ba482a93a14c38afea595ccfc2
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>

    More info on `FT_Err_Glyph_Too_Big'.
---
 include/freetype/freetype.h |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index 95a3895..9550c60 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]