From 1b0251e7ad18ad4bc3772487e1e4abe237cd1752 Mon Sep 17 00:00:00 2001 From: eugeni Date: Sun, 24 Sep 2006 16:04:37 +0000 Subject: Shadow support in libass. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19971 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libass/ass_cache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libass/ass_cache.h') diff --git a/libass/ass_cache.h b/libass/ass_cache.h index b17fcdb2e8..1a7aa8038e 100644 --- a/libass/ass_cache.h +++ b/libass/ass_cache.h @@ -38,6 +38,7 @@ typedef struct glyph_hash_key_s { typedef struct glyph_hash_val_s { bitmap_t* bm; // the actual glyph bitmaps bitmap_t* bm_o; + bitmap_t* bm_s; FT_BBox bbox_scaled; // bbox after scaling, but before rotation FT_Vector advance; // 26.6, advance distance to the next glyph in line } glyph_hash_val_t; -- cgit v1.2.3