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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libass/ass_shaper.h b/libass/ass_shaper.h
index 2c4166d..70bec9a 100644
--- a/libass/ass_shaper.h
+++ b/libass/ass_shaper.h
@@ -45,6 +45,7 @@ void ass_shaper_set_bidi_brackets(ASS_Shaper *shaper, bool match_brackets);
bool ass_shaper_shape(ASS_Shaper *shaper, TextInfo *text_info);
void ass_shaper_cleanup(ASS_Shaper *shaper, TextInfo *text_info);
FriBidiStrIndex *ass_shaper_reorder(ASS_Shaper *shaper, TextInfo *text_info);
+FriBidiStrIndex *ass_shaper_get_reorder_map(ASS_Shaper *shaper);
FriBidiParType resolve_base_direction(int font_encoding);
void ass_shaper_font_data_free(ASS_ShaperFontData *priv);