diff options
Diffstat (limited to 'src/w32uniscribe.c')
| -rw-r--r-- | src/w32uniscribe.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c index 5bb444f519a..24fc753e708 100644 --- a/src/w32uniscribe.c +++ b/src/w32uniscribe.c | |||
| @@ -604,8 +604,6 @@ uniscribe_encode_char (struct font *font, int c) | |||
| 604 | int uniscribe_get_bitmap (struct font *font, unsigned code, | 604 | int uniscribe_get_bitmap (struct font *font, unsigned code, |
| 605 | struct font_bitmap *bitmap, int bits_per_pixel); | 605 | struct font_bitmap *bitmap, int bits_per_pixel); |
| 606 | void uniscribe_free_bitmap (struct font *font, struct font_bitmap *bitmap); | 606 | void uniscribe_free_bitmap (struct font *font, struct font_bitmap *bitmap); |
| 607 | void * uniscribe_get_outline (struct font *font, unsigned code); | ||
| 608 | void uniscribe_free_outline (struct font *font, void *outline); | ||
| 609 | int uniscribe_anchor_point (struct font *font, unsigned code, | 607 | int uniscribe_anchor_point (struct font *font, unsigned code, |
| 610 | int index, int *x, int *y); | 608 | int index, int *x, int *y); |
| 611 | int uniscribe_start_for_frame (struct frame *f); | 609 | int uniscribe_start_for_frame (struct frame *f); |
| @@ -981,8 +979,6 @@ struct font_driver uniscribe_font_driver = | |||
| 981 | w32font_draw, | 979 | w32font_draw, |
| 982 | NULL, /* get_bitmap */ | 980 | NULL, /* get_bitmap */ |
| 983 | NULL, /* free_bitmap */ | 981 | NULL, /* free_bitmap */ |
| 984 | NULL, /* get_outline */ | ||
| 985 | NULL, /* free_outline */ | ||
| 986 | NULL, /* anchor_point */ | 982 | NULL, /* anchor_point */ |
| 987 | uniscribe_otf_capability, /* Defined so (font-get FONTOBJ :otf) works. */ | 983 | uniscribe_otf_capability, /* Defined so (font-get FONTOBJ :otf) works. */ |
| 988 | NULL, /* otf_drive - use shape instead. */ | 984 | NULL, /* otf_drive - use shape instead. */ |