summaryrefslogtreecommitdiffstats
path: root/libass/ass_shaper.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_shaper.h')
-rw-r--r--libass/ass_shaper.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libass/ass_shaper.h b/libass/ass_shaper.h
index 819a3fd..b4694b0 100644
--- a/libass/ass_shaper.h
+++ b/libass/ass_shaper.h
@@ -33,6 +33,7 @@ typedef struct ass_shaper ASS_Shaper;
void ass_shaper_info(ASS_Library *lib);
ASS_Shaper *ass_shaper_new(Cache *metrics_cache);
void ass_shaper_free(ASS_Shaper *shaper);
+bool ass_create_hb_font(ASS_Font *font, int index);
void ass_shaper_set_kerning(ASS_Shaper *shaper, bool kern);
void ass_shaper_find_runs(ASS_Shaper *shaper, ASS_Renderer *render_priv,
GlyphInfo *glyphs, size_t len);
@@ -49,6 +50,4 @@ FriBidiStrIndex *ass_shaper_reorder(ASS_Shaper *shaper, TextInfo *text_info);
FriBidiStrIndex *ass_shaper_get_reorder_map(ASS_Shaper *shaper);
FriBidiParType ass_resolve_base_direction(int font_encoding);
-void ass_shaper_font_data_free(ASS_ShaperFontData *priv);
-
#endif