fontimage --version (return code: 0)
Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
with many parts BSD <http://fontforge.org/license.html>. Please read LICENSE.
Based on sources from 20170921-ML-D.
Based on source from git with hash:
Version 1.0
fontimage --help (return code: 0)
Copyright (c) 2000-2014 by George Williams. See AUTHORS for Contributors.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
with many parts BSD <http://fontforge.org/license.html>. Please read LICENSE.
Based on sources from 20170921-ML-D.
Based on source from git with hash:
fontimage: [--version] [--width num] [--height num] [--pixelsize num] [--fontname] [--text str] [-o outputfilename] fontfile
Produces an image containing representative glyphs of the font
--width num Specifies the number of pixels wide to make the
output image. If this is omitted (or specified as -1) then
the image will be made as wide as it needs to be.
--height num Specifies the number of pixels high to make the
output image. If this is omitted (or specified as -1) then
the image will be made as high as it needs to be.
--fontname Include the fontname as a line of text.
--text str Specifies a line of text to be printed on the image.
This may be specified multiple times to get multiple lines.
If this is omitted fontimage will chose a default set of strings
based on what characters it thinks are likely to be interesting.
--pixelsize num Specifies the size at which the next piece(s) of
text will be printed. This may also be specified multiple times.
--o outputfilename Specifies the name of the output image file.
It must have an extension of either '.png' or '.bmp'.
The image format will be determined by the extension.
If omitted fontimage will choose a filename based on the font name.
(png files are only supported if fontforge were compiled with png
support and has access to a png library)