freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master abeb28f: * src/sfnt/sfobjs.c (sfnt_load_face): Ignore


From: Alexei Podtelezhnikov
Subject: [freetype2] master abeb28f: * src/sfnt/sfobjs.c (sfnt_load_face): Ignore No_Unicode_Glyph_Name.
Date: Sat, 1 Jul 2017 16:49:01 -0400 (EDT)

branch: master
commit abeb28f161bc11be4fcdb8af50ab4b736d34a3e5
Author: Alexei Podtelezhnikov <address@hidden>
Commit: Alexei Podtelezhnikov <address@hidden>

    * src/sfnt/sfobjs.c (sfnt_load_face): Ignore No_Unicode_Glyph_Name.
---
 ChangeLog         | 4 ++++
 src/sfnt/sfobjs.c | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index a233f70..30cf630 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-01  Alexei Podtelezhnikov  <address@hidden>
+
+       * src/sfnt/sfobjs.c (sfnt_load_face): Ignore No_Unicode_Glyph_Name.
+
 2017-06-28  Ben Wagner  <address@hidden>
 
        Avoid Microsoft compiler warnings (#51331).
diff --git a/src/sfnt/sfobjs.c b/src/sfnt/sfobjs.c
index 04303e9..1526908 100644
--- a/src/sfnt/sfobjs.c
+++ b/src/sfnt/sfobjs.c
@@ -1509,7 +1509,8 @@
                                NULL, &cmaprec, NULL );
           if ( error                                      &&
                FT_ERR_NEQ( error, No_Unicode_Glyph_Name ) )
-            FT_TRACE2(( "sfnt_load_face: failed to emulate Unicode\n" ));
+            goto Exit;
+          error = FT_Err_Ok;
 
 #endif /* FT_CONFIG_OPTION_POSTSCRIPT_NAMES */
 



reply via email to

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