.TH FTVIEW 1 "May 2019" "FreeType 2.10.1" . . .SH NAME . ftview \- simple glyph viewer . . .SH SYNOPSIS . .B ftview .RI [ options ] .I pt font . . .SH DESCRIPTION . .B ftview displays all glyphs of a font, allowing changes of various rendering and hinting parameters interactively. . .TP .B pt The point size for the given resolution. If resolution is 72dpi, this directly gives the ppem value (pixels per EM). . .TP .B font 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'). . .PP This program is part of the FreeType demos package. . . .SH OPTIONS . .TP .BI \-d \ W x H x D Set the window width to .I W pixels, the height to .I H pixels, and the depth to .I D bpp (default: 640x480x24). . .TP .BI \-r \ r Use resolution .I r dpi (default: 72dpi). . .TP .BI \-f \ index Specify first index to display (default: 0). . .TP .BI \-e \ enc Specify encoding tag (default: no encoding). Common values: .B unic (Unicode), .B symb (symbol), .B ADOB (Adobe standard), .B ADBC (Adobe custom). . .TP .BI \-m \ text Use .I text for rendering. . .TP .BI \-l \ mode Set start-up rendering mode (0 <= .I mode <= 6). . .TP .BI \-L \ W1 , W2 , W3 , W4 , W5 If there are five arguments, set LCD filter weights (as specified in function .BR FT_Library_SetLcdFilterWeights ). . .TP .BI \-L \ G1 , G2 , G3 , G4 , G5 , G6 If there are six arguments, set the subpixel geometry (as specified in function .BR FT_Library_SetLcdGeometry ) depending on the implemented subpixel rendering method. . .TP .B \-p Preload file in memory to simulate memory-mapping. . .TP .BI \-k \ keys Emulate sequence of keystrokes upon start-up. If the keystrokes contain 'q', the program operates in batch mode. . .TP .B \-v Show version. . .\" eof