summaryrefslogtreecommitdiff
path: root/halibut.h
diff options
context:
space:
mode:
Diffstat (limited to 'halibut.h')
-rw-r--r--halibut.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/halibut.h b/halibut.h
index 5a6c8fd..6874bf0 100644
--- a/halibut.h
+++ b/halibut.h
@@ -254,6 +254,12 @@ enum {
err_pfbad, /* otherwise invalide Type 1 font */
err_pfnoafm, /* Type 1 font but no AFM */
err_chmnames, /* need both or neither of hhp+chm */
+ err_sfntnotable, /* required sfnt table missing */
+ err_sfntnopsname, /* sfnt has no PostScript name */
+ err_sfntbadtable, /* sfnt table not valid */
+ err_sfntnounicmap, /* sfnt has no UCS-2 cmap */
+ err_sfnttablevers, /* sfnt table version unknown */
+ err_sfntbadhdr, /* sfnt has bad header */
err_whatever /* random error of another type */
};