diff options
| author | Po Lu | 2023-02-28 18:20:05 +0800 |
|---|---|---|
| committer | Po Lu | 2023-02-28 18:20:05 +0800 |
| commit | d96dac96e79cc8801dd96413a8216c08fa4b79c8 (patch) | |
| tree | b284e9b00744efb338beb2a4473a21b6c7d1e4ba /src | |
| parent | 744f19c22f2be1f8ab6d5da89eb33392fcbcfc25 (diff) | |
| download | emacs-d96dac96e79cc8801dd96413a8216c08fa4b79c8.tar.gz emacs-d96dac96e79cc8801dd96413a8216c08fa4b79c8.zip | |
Update Android port
* src/sfnt.c (main):
* src/sfntfont.c (sfntfont_get_glyph_outline): Remove outdated
comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/sfnt.c | 4 | ||||
| -rw-r--r-- | 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) | |||
| 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 | ||