comparison libvo/font_load.h @ 27013:1c35679cdd65

Give name to font_desc struct, patch by Bryan Henderson, giraffedata gmail com.
author diego
date Mon, 09 Jun 2008 09:37:25 +0000
parents 4129c8cfa742
children 4876c89bafdd
comparison
equal deleted inserted replaced
27012:98d21a20348c 27013:1c35679cdd65
14 int charwidth,charheight,pen,baseline,padding; 14 int charwidth,charheight,pen,baseline,padding;
15 int current_count, current_alloc; 15 int current_count, current_alloc;
16 #endif 16 #endif
17 } raw_file; 17 } raw_file;
18 18
19 typedef struct { 19 typedef struct font_desc {
20 #ifdef HAVE_FREETYPE 20 #ifdef HAVE_FREETYPE
21 int dynamic; 21 int dynamic;
22 #endif 22 #endif
23 char *name; 23 char *name;
24 char *fpath; 24 char *fpath;