diff options
| author | Kenichi Handa | 2014-07-05 23:07:57 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2014-07-05 23:07:57 +0900 |
| commit | aeb894a9a06d84d29b93ca04432d7cbed366e665 (patch) | |
| tree | e2b73f9a76bc826c7a443e9a8d4fb3b49bdf7332 /src/w32font.c | |
| parent | 763a11d0d0dcf543e89a22c98f55ea07c40ceefa (diff) | |
| parent | a984543a4488ed08778eb775d62f7091db117945 (diff) | |
| download | emacs-aeb894a9a06d84d29b93ca04432d7cbed366e665.tar.gz emacs-aeb894a9a06d84d29b93ca04432d7cbed366e665.zip | |
merge trunk
Diffstat (limited to 'src/w32font.c')
| -rw-r--r-- | src/w32font.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/w32font.c b/src/w32font.c index 5262f38663f..43b592ee450 100644 --- a/src/w32font.c +++ b/src/w32font.c | |||
| @@ -757,19 +757,6 @@ w32font_get_bitmap (struct font *font, unsigned code, | |||
| 757 | static void | 757 | static void |
| 758 | w32font_free_bitmap (struct font *font, struct font_bitmap *bitmap); | 758 | w32font_free_bitmap (struct font *font, struct font_bitmap *bitmap); |
| 759 | */ | 759 | */ |
| 760 | /* w32 implementation of get_outline for font backend. | ||
| 761 | Optional. | ||
| 762 | Return an outline data for glyph-code CODE of FONT. The format | ||
| 763 | of the outline data depends on the font-driver. | ||
| 764 | static void * | ||
| 765 | w32font_get_outline (struct font *font, unsigned code); | ||
| 766 | */ | ||
| 767 | /* w32 implementation of free_outline for font backend. | ||
| 768 | Optional. | ||
| 769 | Free OUTLINE (that is obtained by the above method). | ||
| 770 | static void | ||
| 771 | w32font_free_outline (struct font *font, void *outline); | ||
| 772 | */ | ||
| 773 | /* w32 implementation of anchor_point for font backend. | 760 | /* w32 implementation of anchor_point for font backend. |
| 774 | Optional. | 761 | Optional. |
| 775 | Get coordinates of the INDEXth anchor point of the glyph whose | 762 | Get coordinates of the INDEXth anchor point of the glyph whose |
| @@ -2557,8 +2544,6 @@ struct font_driver w32font_driver = | |||
| 2557 | w32font_draw, | 2544 | w32font_draw, |
| 2558 | NULL, /* get_bitmap */ | 2545 | NULL, /* get_bitmap */ |
| 2559 | NULL, /* free_bitmap */ | 2546 | NULL, /* free_bitmap */ |
| 2560 | NULL, /* get_outline */ | ||
| 2561 | NULL, /* free_outline */ | ||
| 2562 | NULL, /* anchor_point */ | 2547 | NULL, /* anchor_point */ |
| 2563 | NULL, /* otf_capability */ | 2548 | NULL, /* otf_capability */ |
| 2564 | NULL, /* otf_drive */ | 2549 | NULL, /* otf_drive */ |