summaryrefslogtreecommitdiff
path: root/halibut.h
diff options
context:
space:
mode:
authorBen Harris <bjh21@bjh21.me.uk>2006-05-08 22:54:19 +0000
committerBen Harris <bjh21@bjh21.me.uk>2006-05-08 22:54:19 +0000
commit7e9483d0ffc2a400507c250df50dcf5ad3ef0cf8 (patch)
tree0fd99558a65ea26aec74e52337c92f20815a4e6b /halibut.h
parentb42099295f41ebbc172facd0757bcc255070b7c1 (diff)
downloadhalibut-7e9483d0ffc2a400507c250df50dcf5ad3ef0cf8.zip
halibut-7e9483d0ffc2a400507c250df50dcf5ad3ef0cf8.tar.gz
halibut-7e9483d0ffc2a400507c250df50dcf5ad3ef0cf8.tar.bz2
halibut-7e9483d0ffc2a400507c250df50dcf5ad3ef0cf8.tar.xz
Add font-selection mechanism to the paper backend. Since we have no way to
load font metrics dynamically, we're restricted to the fonts whose metrics are compiled into Halibut. Font structures aren't reused when the same font is specified twice, nor are unused fonts removed from the output. Finally, the default configuration overflows lines in the manual, but this would need a change to Halibut's grammar to fix. Still, what's there works. [originally from svn r6667]
Diffstat (limited to 'halibut.h')
-rw-r--r--halibut.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/halibut.h b/halibut.h
index 05b914f..36ad929 100644
--- 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 */
};