freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2-demos] master fbff2ec: Update `ftlint' manual pages.


From: Werner Lemberg
Subject: [freetype2-demos] master fbff2ec: Update `ftlint' manual pages.
Date: Mon, 21 Jun 2021 12:45:35 -0400 (EDT)

branch: master
commit fbff2ec4d059dbd2f47a4fbdfb55aeafc2e580cb
Author: Alexei Podtelezhnikov <apodtele@gmail.com>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>

    Update `ftlint' manual pages.
---
 man/ftlint.1 | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 59 insertions(+), 6 deletions(-)

diff --git a/man/ftlint.1 b/man/ftlint.1
index 83e9407..a6a3027 100644
--- a/man/ftlint.1
+++ b/man/ftlint.1
@@ -9,19 +9,72 @@ ftlint \- simple font tester
 .SH SYNOPSIS
 .
 .B ftlint
+.RI [ options ]
 .I ppem
-.IR fontname [ .ttf | .ttc "] .\|.\|."
+.IR font .\|.\|.
 .
 .
 .SH DESCRIPTION
 .
 .B ftlint
-opens the given font(s), loads and renders all glyphs at the given ppem
-value, and reports failing glyphs if there are less than ten fails, or the
-number of fails only if there are more fails.
+opens the given font(s), loads and renders glyphs at the given ppem value.
+For successfully rendered glyphs, it calculates the bitmap MD5 checksum
+for regression testing as well as horizonal (X) and vertical (Y) acutances
+for quality assessment.  The acutance is equal to 2.0 for monochrome bitmap
+fonts and approaches this value for hinted anti-aliased fonts.
+.
+.TP
+.B ppem
+Size in pixels per EM.
+.
+.TP
+.B font
+The font file(s) to test.
 .
 .PP
-This program does not have any options.
-It is part of the FreeType demos package.
+This program is part of the FreeType demos package.
+.
+.
+.SH OPTIONS
+.
+.TP
+.BI \-f \ L
+Use
+.B hexadecimal
+(not decimal) number
+.I L
+defined by
+.B \%FT_\:LOAD_\:XXX
+flags (default is 0).
+.
+.TP
+.BI \-r \ N
+Set render mode to
+.IR N :
+.
+.RS
+.TS
+tab (@);
+rB l.
+0@normal
+1@light
+2@mono
+3@horizontal LCD
+4@vertical LCD
+.TE
+.RE
+.
+.IP
+which corresponds to the values of the
+.B \%FT_\:RENDER_\:MODE_\:XXX
+enumeration (default is 0).
+.
+.TP
+.BI \-i \ I-J
+Range of glyph indices to use (default: all).
+.
+.TP
+.B \-q
+Quiet mode without the rendering analysis.
 .
 .\" eof



reply via email to

[Prev in Thread] Current Thread [Next in Thread]