diff options
| author | Ben Harris <bjh21@bjh21.me.uk> | 2007-02-13 21:38:21 +0000 |
|---|---|---|
| committer | Ben Harris <bjh21@bjh21.me.uk> | 2007-02-13 21:38:21 +0000 |
| commit | dae489a4529c014654b894d104faa9e5cfea0b04 (patch) | |
| tree | 442fe1bcda7e038828a78cc3f11dcaa7a62dcbde /help.c | |
| parent | d324fe8cc1372360f49cfcfd34261cacc886d79c (diff) | |
| download | halibut-dae489a4529c014654b894d104faa9e5cfea0b04.zip halibut-dae489a4529c014654b894d104faa9e5cfea0b04.tar.gz halibut-dae489a4529c014654b894d104faa9e5cfea0b04.tar.bz2 halibut-dae489a4529c014654b894d104faa9e5cfea0b04.tar.xz | |
Add a --list-fonts option, since getting PostScript names out of TrueType
fonts is difficult.
[originally from svn r7281]
Diffstat (limited to 'help.c')
| -rw-r--r-- | help.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ static const char *const helptext[] = { " -Cfoo:bar:baz append \\cfg{foo}{bar}{baz} to input", " --input-charset=cs change default input file charset", " --list-charsets display supported character set names", + " --list-fonts display supported font names", " --precise report column numbers in error messages", " --help display this text", " --version display version number", |