summaryrefslogtreecommitdiffstats
path: root/libass/ass_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_cache.h')
-rw-r--r--libass/ass_cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libass/ass_cache.h b/libass/ass_cache.h
index c1d25b2..d8de97a 100644
--- a/libass/ass_cache.h
+++ b/libass/ass_cache.h
@@ -102,6 +102,7 @@ typedef struct glyph_hash_val_s {
FT_Glyph outline_glyph;
FT_BBox bbox_scaled; // bbox after scaling, but before rotation
FT_Vector advance; // 26.6, advance distance to the next bitmap in line
+ int asc, desc; // ascender/descender of a drawing
} glyph_hash_val_t;
hashmap_t *ass_glyph_cache_init(void);