From: Po Lu Date: Tue, 28 Feb 2023 10:20:05 +0000 (+0800) Subject: Update Android port X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d96dac96e79cc8801dd96413a8216c08fa4b79c8;p=emacs.git Update Android port * src/sfnt.c (main): * src/sfntfont.c (sfntfont_get_glyph_outline): Remove outdated comment. --- 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;