summaryrefslogtreecommitdiffstats
path: root/libass/ass_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_font.h')
-rw-r--r--libass/ass_font.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libass/ass_font.h b/libass/ass_font.h
index 693cabf..06519c6 100644
--- a/libass/ass_font.h
+++ b/libass/ass_font.h
@@ -26,6 +26,7 @@
typedef struct ass_font ASS_Font;
typedef struct ass_font_desc ASS_FontDesc;
+typedef struct ass_buffer ASS_Buffer;
#include "ass.h"
#include "ass_types.h"
@@ -58,6 +59,11 @@ struct ass_font {
double size;
};
+struct ass_buffer {
+ void *buf;
+ size_t len;
+};
+
void charmap_magic(ASS_Library *library, FT_Face face);
ASS_Font *ass_font_new(Cache *font_cache, ASS_Library *library,
FT_Library ftlibrary, ASS_FontSelector *fontsel,