summaryrefslogtreecommitdiff
path: root/src/cairo-misc.c
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2021-08-14 15:38:14 +0930
committerAdrian Johnson <ajohnson@redneon.com>2022-02-27 20:20:24 +1030
commit5635c75a2c99a901fa1410d4a297c1a1c913c0ee (patch)
tree36983c34acfa163f6d476f1e90c3ddaa7e5747c2 /src/cairo-misc.c
parentfdf2a9b4c0b610ef5dc328c7a095ff8e6e263f05 (diff)
downloadcairo-5635c75a2c99a901fa1410d4a297c1a1c913c0ee.tar.gz
dwrite: add color font support
Diffstat (limited to 'src/cairo-misc.c')
-rw-r--r--src/cairo-misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cairo-misc.c b/src/cairo-misc.c
index 3dc1570b5..bf8a62730 100644
--- a/src/cairo-misc.c
+++ b/src/cairo-misc.c
@@ -174,6 +174,8 @@ cairo_status_to_string (cairo_status_t status)
return "error occurred in the Windows Graphics Device Interface";
case CAIRO_STATUS_TAG_ERROR:
return "invalid tag name, attributes, or nesting";
+ case CAIRO_STATUS_DWRITE_ERROR:
+ return "Window Direct Write error";
default:
case CAIRO_STATUS_LAST_STATUS:
return "<unknown error status>";