summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorfeliwir <stephan.vedder@gmail.com>2015-05-19 11:46:37 +0200
committerGrigori Goronzy <greg@chown.ath.cx>2015-07-10 10:42:40 +0200
commit29fd129671bb66a2e54717ca666b6ccd7f7ee941 (patch)
treed9bf30c9deed976780b923e9655fdd20af59f906 /test
parentefcb9c17e8da4f09f1aea795f081aebd9a04e8e2 (diff)
downloadlibass-29fd129671bb66a2e54717ca666b6ccd7f7ee941.tar.bz2
libass-29fd129671bb66a2e54717ca666b6ccd7f7ee941.tar.xz
directwrite: add initial fontselect implementation
Incomplete, leaks memory, but capable of rendering something.
Diffstat (limited to 'test')
-rw-r--r--test/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.c b/test/test.c
index 72a6991..175e8be 100644
--- a/test/test.c
+++ b/test/test.c
@@ -171,6 +171,7 @@ char *font_provider_labels[] = {
[ASS_FONTPROVIDER_AUTODETECT] = "Autodetect",
[ASS_FONTPROVIDER_CORETEXT] = "CoreText",
[ASS_FONTPROVIDER_FONTCONFIG] = "Fontconfig",
+ [ASS_FONTPROVIDER_DIRECTWRITE]= "DirectWrite",
};
static void print_font_providers(ASS_Library *ass_library)