From 29fd129671bb66a2e54717ca666b6ccd7f7ee941 Mon Sep 17 00:00:00 2001 From: feliwir Date: Tue, 19 May 2015 11:46:37 +0200 Subject: directwrite: add initial fontselect implementation Incomplete, leaks memory, but capable of rendering something. --- test/test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test.c') diff --git a/test/test.c b/test/test.c index 72a69911..175e8be4 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) -- cgit v1.2.3