From 88beb484c59a5839638adc962de7c57118fba89b Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 15 Feb 2004 22:19:43 +0000 Subject: [project @ 2004-02-15 22:19:43 by jmb] Font support in draw export. svn path=/import/netsurf/; revision=549 --- render/font.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'render/font.h') diff --git a/render/font.h b/render/font.h index 80d8a2f2f..15a4b5110 100644 --- a/render/font.h +++ b/render/font.h @@ -12,6 +12,7 @@ #include "netsurf/css/css.h" struct font_data { + int id; int handle; unsigned int size; unsigned int space_width; @@ -26,5 +27,6 @@ void font_position_in_string(const char* text, struct font_data *font, unsigned int length, unsigned long x, int* char_offset, int* pixel_offset); char * font_split(struct font_data *data, const char * text, unsigned int length, unsigned int width, unsigned int *used_width); +const char *enumerate_fonts(struct font_set *set, int *handle); #endif -- cgit v1.2.3