summaryrefslogtreecommitdiffstats
path: root/libass/ass_font.h
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2010-06-26 05:15:18 +0200
committerGrigori Goronzy <greg@blackbox>2010-06-26 14:28:05 +0200
commit7aba2042fd6cc1f844bded341f4e8e3db742f2cb (patch)
treeb1eccfb512c39a274ad5abdfea7455ab5e11dcbc /libass/ass_font.h
parent19d40e87169f4534e584cc276617b9873852ee0d (diff)
downloadlibass-7aba2042fd6cc1f844bded341f4e8e3db742f2cb.tar.bz2
libass-7aba2042fd6cc1f844bded341f4e8e3db742f2cb.tar.xz
Add fixups for various font defects
Reverse "outside" contours with wrong winding correction, require that a contour is "inside" for considering its removal; Move this hack into ass_font.c, where it belongs. Initial patch by uau.
Diffstat (limited to 'libass/ass_font.h')
-rw-r--r--libass/ass_font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libass/ass_font.h b/libass/ass_font.h
index b16b987..91660bf 100644
--- a/libass/ass_font.h
+++ b/libass/ass_font.h
@@ -63,5 +63,6 @@ FT_Glyph ass_font_get_glyph(void *fontconfig_priv, ASS_Font *font,
uint32_t ch, ASS_Hinting hinting, int flags);
FT_Vector ass_font_get_kerning(ASS_Font *font, uint32_t c1, uint32_t c2);
void ass_font_free(ASS_Font *font);
+void fix_freetype_stroker(FT_OutlineGlyph glyph, int border_x, int border_y);
#endif /* LIBASS_FONT_H */