|
NAMEfntsample - PDF and PostScript font samples generatorSYNOPSISfntsample [ OPTIONS ] -f FONT-FILE -o OUTPUT-FILEfntsample -h DESCRIPTIONfntsample program can be used to generate font samples that show Unicode coverage of the font and are similar in appearance to Unicode charts. Samples can be saved into PDF (default) or PostScript file.OPTIONSfntsample supports the following options.
Parameter RANGE for -i and -x can be given as one integer or a pair of integers delimited by minus sign (-). Integers can be specified in decimal, hexadecimal (0x...) or octal (0...) format. One integer of a pair can be missing (-N can be used to specify all characters with codes less or equal to N, and N- for all characters with codes greather or equal to N). Multiple -i and -x options can be used. COLORSGlyph cells can have one of several background colors. Meaning of those colors is following:
ENVIRONMENT
EXAMPLESMake PDF samples for font.ttf and write them to file samples.pdf:fntsample -f font.ttf -o samples.pdf Make PDF samples for font.ttf, compare it with
oldfont.ttf and highlight new glyphs. Write output to file
samples.pdf:
fntsample -f font.ttf -d oldfont.ttf -o samples.pdf Make PostScript samples for font.ttf and write output to
file samples.ps. Show only glyphs for characters with codes less or
equal to U+04FF but exclude U+0370-U+03FF:
fntsample -f font.ttf -s -o samples.ps -i -0x04FF -x 0x0370-0x03FF Make PDF samples for font.ttf and save output to file
samples.pdf adding outlines to it:
fntsample -f font.ttf -o temp.pdf -l > outlines.txt pdfoutline temp.pdf outlines.txt samples.pdf AUTHORCopyright © Ievgenii Meshcheriakov <eugen@debian.org>Homepage: <https://github.com/eugmes/fntsample> SEE ALSOpdfoutline(1)
Visit the GSP FreeBSD Man Page Interface. |