summaryrefslogtreecommitdiffstats
path: root/libass/ass_cache.h
diff options
context:
space:
mode:
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-20 23:13:34 +0000
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-04-20 23:13:34 +0000
commit2e3b3bead40cf2841a69c1e3662fd2d63f861134 (patch)
tree1690c981dd93b56e4c79e9af1d40b2d67268fe57 /libass/ass_cache.h
parent361837ce865bf405fb3b7c52286f220b5058b1f3 (diff)
downloadlibass-2e3b3bead40cf2841a69c1e3662fd2d63f861134.tar.bz2
libass-2e3b3bead40cf2841a69c1e3662fd2d63f861134.tar.xz
Store outline_glyph (glyph border) in glyph cache.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23043 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 f4bd605..c76c357 100644
--- a/libass/ass_cache.h
+++ b/libass/ass_cache.h
@@ -69,6 +69,7 @@ typedef struct glyph_hash_key_s {
typedef struct glyph_hash_val_s {
FT_Glyph glyph;
+ 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
} glyph_hash_val_t;