diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2004-12-13 05:21:05 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2004-12-13 05:21:05 +0000 |
commit | e152124c2d9a3f98ea8f3df487117dc7a0176b87 (patch) | |
tree | a4db0538c651d7130735141d391eaa3161628c00 /xlsfonts.c | |
parent | ae8577dff6379de49740660194e5e8d0b33bca58 (diff) |
xc/programs/xlsfonts/Imakefile
xc/programs/xlsfonts/dsimple.c
xc/programs/xlsfonts/dsimple.h
//freedesktop.org/bugzilla/show_bug.cgi?id=1518) attachment #1022
(https://bugs.freedesktop.org/attachment.cgi?id=1022): Add filter
support to "xlsfonts" that it can filter builtin-, glyph- and/or other
kinds of printer fonts (controlled by the xp-listfonts-modes attribute
as described in the CDE DtPrint and Xprint specifications).
Diffstat (limited to 'xlsfonts.c')
-rw-r--r-- | xlsfonts.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -93,9 +93,9 @@ void usage(void) fprintf (stderr, " -1 force single column\n"); fprintf (stderr, " -u keep output unsorted\n"); #ifdef BUILD_PRINTSUPPORT - fprintf (stderr, " -b list printer builtin fonts\n"); + fprintf (stderr, " -b list printer builtin fonts (default)\n"); fprintf (stderr, " -B do not list printer builtin fonts\n"); - fprintf (stderr, " -g list glyph fonts\n"); + fprintf (stderr, " -g list glyph fonts (default)\n"); fprintf (stderr, " -G do not list glyph fonts\n"); fprintf (stderr, " -x mode enable listfont mode\n"); fprintf (stderr, " -X mode disable listfont mode\n"); |