diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-13 11:15:00 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-01-13 11:15:00 -0500 |
commit | a88c4ce51e28968ea6ff09f0ae12d9e1d52fb349 (patch) | |
tree | 6cd55cad9a9d53d7cb5dc390039f61f10618f840 | |
parent | 6146625ddfceaf32d632b72451b257325d212dc7 (diff) |
man: remove trailing spaces and tabs
Using s/[ \t]*$//
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | fonttosfnt.man | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fonttosfnt.man b/fonttosfnt.man index cc73346..ad2b333 100644 --- a/fonttosfnt.man +++ b/fonttosfnt.man @@ -20,12 +20,12 @@ OpenType) wrapper. .TP .B \-v Be verbose. -.TP +.TP .B \-c Do not crop glyphs. This usually increases file size, but may sometimes yield a modest decrease in file size for small character cell fonts (terminal fonts). -.TP +.TP .B \-b Write byte-aligned glyph data. By default, unaligned data is written, which yields a smaller file size. @@ -33,7 +33,7 @@ which yields a smaller file size. .B \-r Do not reencode fonts. By default, fonts are reencoded to Unicode whenever possible. -.TP +.TP .BI \-g " n" Set the type of scalable glyphs that we write. If .I n @@ -49,7 +49,7 @@ is 2 (the default), a sufficiently high number of blank glyphs are written, which works with .B FreeType but increases file size. -.TP +.TP .BI \-m " n" Set the type of scalable metrics that we write. If .I n |