From d96dac96e79cc8801dd96413a8216c08fa4b79c8 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 28 Feb 2023 18:20:05 +0800 Subject: [PATCH] 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; -- 2.39.5