summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.c')
-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)