aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32font.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32font.c')
-rw-r--r--src/w32font.c15
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,
757static void 757static void
758w32font_free_bitmap (struct font *font, struct font_bitmap *bitmap); 758w32font_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.
764static void *
765w32font_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).
770static void
771w32font_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 */