]> git.eshelyaron.com Git - emacs.git/commitdiff
Update Android port
authorPo Lu <luangruo@yahoo.com>
Tue, 28 Feb 2023 10:20:05 +0000 (18:20 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 28 Feb 2023 10:20:05 +0000 (18:20 +0800)
* src/sfnt.c (main):
* src/sfntfont.c (sfntfont_get_glyph_outline): Remove outdated
comment.

src/sfnt.c
src/sfntfont.c

index 6d9d63db165bb44aacd9a9481faf5e6b8ecdd662..329e09261bdcbcdef9344d916657bd14e29db194 100644 (file)
@@ -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);
index f38dc904dc21c164d359cd9048b1d59d9664eb64..e8e437072d97f02cbb56bbd0cd4ad0e071d44448 100644 (file)
@@ -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;