Update Android port
* src/sfnt.c (main): * src/sfntfont.c (sfntfont_get_glyph_outline): Remove outdated comment.
This commit is contained in:
parent
744f19c22f
commit
d96dac96e7
2 changed files with 3 additions and 4 deletions
|
@ -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);
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue