summaryrefslogtreecommitdiffstats
path: root/libass/ass_cache_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_cache_template.h')
-rw-r--r--libass/ass_cache_template.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libass/ass_cache_template.h b/libass/ass_cache_template.h
index c0bcfac..80515c2 100644
--- a/libass/ass_cache_template.h
+++ b/libass/ass_cache_template.h
@@ -50,6 +50,13 @@
+START(font, ass_font_desc )
+ STRING(family)
+ GENERIC(unsigned, bold)
+ GENERIC(unsigned, italic)
+ GENERIC(int, vertical) // @font vertical layout
+END(ASS_FontDesc)
+
// describes an outline bitmap
START(bitmap, bitmap_hash_key)
GENERIC(OutlineHashValue *, outline)