emacs-diffs
[Top][All Lists]
Advanced

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

feature/android d96dac96e79 1/2: Update Android port


From: Po Lu
Subject: feature/android d96dac96e79 1/2: Update Android port
Date: Tue, 28 Feb 2023 05:32:58 -0500 (EST)

branch: feature/android
commit d96dac96e79cc8801dd96413a8216c08fa4b79c8
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    Update Android port
    
    * src/sfnt.c (main):
    * src/sfntfont.c (sfntfont_get_glyph_outline): Remove outdated
    comment.
---
 src/sfnt.c     | 4 ++--
 src/sfntfont.c | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/sfnt.c b/src/sfnt.c
index 6d9d63db165..329e09261bd 100644
--- a/src/sfnt.c
+++ b/src/sfnt.c
@@ -15641,8 +15641,8 @@ main (int argc, char **argv)
                 data[i]->format);
     }
 
-#define FANCY_PPEM 40
-#define EASY_PPEM  40
+#define FANCY_PPEM 12
+#define EASY_PPEM  12
 
   interpreter = NULL;
   head = sfnt_read_head_table (fd, font);
diff --git a/src/sfntfont.c b/src/sfntfont.c
index f38dc904dc2..e8e437072d9 100644
--- a/src/sfntfont.c
+++ b/src/sfntfont.c
@@ -1692,8 +1692,7 @@ sfntfont_get_glyph_outline (sfnt_glyph glyph_code,
   if (!glyph)
     return NULL;
 
-  /* Try to instruct the glyph if INTERPRETER is specified.
-     TODO: support compound glyphs.  */
+  /* Try to instruct the glyph if INTERPRETER is specified.  */
 
   outline = NULL;
 



reply via email to

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