summaryrefslogtreecommitdiffstats
path: root/libass/ass_fontselect.c
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@chown.ath.cx>2015-06-09 01:20:28 +0200
committerGrigori Goronzy <greg@chown.ath.cx>2015-07-10 10:42:41 +0200
commitfaa5203fe181e50ce1377f09e451e90906ffe9e3 (patch)
tree0bf4cbd1fdf68aece8c36b200ffd6efefbcb8537 /libass/ass_fontselect.c
parent9f37df904f9a68b4db012c88712791fb10d94189 (diff)
downloadlibass-faa5203fe181e50ce1377f09e451e90906ffe9e3.tar.bz2
libass-faa5203fe181e50ce1377f09e451e90906ffe9e3.tar.xz
fontselect: add fallback and substitution callbacks
Add callbacks to introduce more sane fallback handling and font alias substitutions.
Diffstat (limited to 'libass/ass_fontselect.c')
-rw-r--r--libass/ass_fontselect.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libass/ass_fontselect.c b/libass/ass_fontselect.c
index 174fe1d..38a1a89 100644
--- a/libass/ass_fontselect.c
+++ b/libass/ass_fontselect.c
@@ -195,6 +195,8 @@ static ASS_FontProviderFuncs ft_funcs = {
destroy_font_ft,
NULL,
NULL,
+ NULL,
+ NULL
};
/**