Scroll to navigation

FTVIEW(1) General Commands Manual FTVIEW(1)

NAME

ftview - simple glyph viewer

SYNOPSIS

ftview [options] [pt] font ...

DESCRIPTION

ftview displays all glyphs of a font, allowing changes of various rendering and hinting parameters interactively.

The point size for the given resolution. If resolution is 72dpi, this directly gives the ppem value (pixels per EM).
The font file(s) to display. For Type 1 font files, ftview also tries to attach the corresponding metrics file (with extension `.afm' or `.pfm').

This program is part of the FreeType demos package.

OPTIONS

Set the window width to W px, the height to H px, and optionally the depth to D bpp (default: 640x480x24).
Use resolution r dpi (default: 72dpi).
Specify first index to display (default: 0).
Specify encoding tag (default: no encoding). Common values: unic (Unicode), symb (symbol), ADOB (Adobe standard), ADBC (Adobe custom), or a numeric charmap index.
Use text for rendering.
Set start-up rendering mode (0 <= mode <= 6). This corresponds to the keystrokes 'A' to 'G' within the program.
Depending on the implemented subpixel rendering method and the number of provided arguments, set either five LCD filter weights or six subpixel coordinates (as specified in functions FT_Library_SetLcdFilterWeights or FT_Library_SetLcdGeometry respectively).
Emulate sequence of keystrokes upon start-up. If the keystrokes contain 'q', the program operates in batch mode. Function keys Fx are mapped to character codes 0xFx; as an example, -k $'\xF3q' is function key 'F3' followed by character 'q'.
Preload file in memory to simulate memory-mapping.
Show version.
September 2025 FreeType 2.14.1