summaryrefslogtreecommitdiff
path: root/halibut.h
diff options
context:
space:
mode:
Diffstat (limited to 'halibut.h')
-rw-r--r--halibut.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/halibut.h b/halibut.h
index 5898a8e..3cb1ed7 100644
--- a/halibut.h
+++ b/halibut.h
@@ -248,6 +248,10 @@ enum {
err_afmkey, /* missing expected keyword in AFM */
err_afmvers, /* unsupported AFM version */
err_afmval, /* missing value(s) for AFM key */
+ err_pfeof, /* eof in Type 1 font file */
+ err_pfhead, /* bad Type 1 header line */
+ err_pfbad, /* otherwise invalide Type 1 font */
+ err_pfnoafm, /* Type 1 font but no AFM */
err_whatever /* random error of another type */
};