aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sfnt.c4
-rw-r--r--src/sfntfont.c3
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)
15641 data[i]->format); 15641 data[i]->format);
15642 } 15642 }
15643 15643
15644#define FANCY_PPEM 40 15644#define FANCY_PPEM 12
15645#define EASY_PPEM 40 15645#define EASY_PPEM 12
15646 15646
15647 interpreter = NULL; 15647 interpreter = NULL;
15648 head = sfnt_read_head_table (fd, font); 15648 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,
1692 if (!glyph) 1692 if (!glyph)
1693 return NULL; 1693 return NULL;
1694 1694
1695 /* Try to instruct the glyph if INTERPRETER is specified. 1695 /* Try to instruct the glyph if INTERPRETER is specified. */
1696 TODO: support compound glyphs. */
1697 1696
1698 outline = NULL; 1697 outline = NULL;
1699 1698