[MPlayer-dev-eng] [PATCH] opaque reference to font

Bryan Henderson giraffedata at gmail.com
Sat Jun 7 18:28:50 CEST 2008


I didn't see a response to this.

>This patch makes it possible to refer to a font opaquely, without including
>font_load.h and thus getting involved in font internals.

--- libvo/font_load.h   (revision 26839)
+++ libvo/font_load.h   (working copy)
@@ -16,7 +16,7 @@
 #endif
 } raw_file;

-typedef struct {
+typedef struct font_desc {
 #ifdef HAVE_FREETYPE
    int dynamic;
 #endif



More information about the MPlayer-dev-eng mailing list