summaryrefslogtreecommitdiffstats
path: root/libass/ass_cache.h
diff options
context:
space:
mode:
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-01 14:29:28 +0000
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-01 14:29:28 +0000
commit7c7e7f13f7c85740354337919fa8384b416dee0d (patch)
tree075af87f24d1f4b3c26a2088db026736a6203ee0 /libass/ass_cache.h
parentc113cc173e4f94fb4cb1af603ee26c58ff93bf1d (diff)
downloadlibass-7c7e7f13f7c85740354337919fa8384b416dee0d.tar.bz2
libass-7c7e7f13f7c85740354337919fa8384b416dee0d.tar.xz
Bugfix: glyph cache depends on border width, because it contains outline_glyph
(glyph border obtained with FT_Glyph_StrokeBorder) since r23043. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23188 b3059339-0415-0410-9bf9-f77b7e298cf2
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 7ff7588..89e69f7 100644
--- a/libass/ass_cache.h
+++ b/libass/ass_cache.h
@@ -66,6 +66,7 @@ typedef struct glyph_hash_key_s {
int bold, italic;
unsigned scale_x, scale_y; // 16.16
FT_Vector advance; // subpixel shift vector
+ unsigned outline; // border width, 16.16
} glyph_hash_key_t;
typedef struct glyph_hash_val_s {