Add font-selection mechanism to the paper backend. Since we have no way to
[sgt/halibut] / halibut.h
index 05b914f..36ad929 100644 (file)
--- a/halibut.h
+++ b/halibut.h
@@ -243,6 +243,7 @@ enum {
     err_text_codeline,                /* \c line too long in text backend */
     err_htmlver,                      /* unrecognised HTML version keyword */
     err_charset,                      /* unrecognised character set name */
+    err_nofont,                        /* unrecognised font name */
     err_whatever                       /* random error of another type */
 };