diff libass/ass_cache.h @ 21277:0603972f083c

Move fonts-related code to a separate file.
author eugeni
date Sun, 26 Nov 2006 22:49:27 +0000
parents 9ec30b8622ec
children dcfd069efd8f
line wrap: on
line diff
--- a/libass/ass_cache.h	Sun Nov 26 22:47:32 2006 +0000
+++ b/libass/ass_cache.h	Sun Nov 26 22:49:27 2006 +0000
@@ -38,6 +38,9 @@
 	char* path;
 	int index;
 	FT_Face face;
+	FT_Matrix m; // current transformation
+	FT_Vector v; // current shift
+	int size;
 } ass_font_t;
 
 void ass_font_cache_init(void);