Version 0.5.
[ttfautohint.git] / src / ttfautohint.1
blob3e81c94a291bf72d1ffe23958e2502ba22b3e0b6
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
2 .TH TTFAUTOHINT "1" "November 2011" "ttfautohint version 0.5" "User Commands"
3 .SH NAME
4 ttfautohint \- add new auto-generated hints to a TrueType font
5 .SH SYNOPSIS
6 .B ttfautohint
7 [\fIOPTION\fR] \fIIN-FILE OUT-FILE\fR
8 .SH DESCRIPTION
9 Replace hints in TrueType font IN\-FILE and write output to OUT\-FILE.
10 The new hints are based on FreeType's autohinter.
11 .PP
12 This program is a simple front\-end to the `ttfautohint' library.
13 .SH OPTIONS
14 .TP
15 \fB\-f\fR, \fB\-\-latin\-fallback\fR
16 set fallback script to latin
17 .TP
18 \fB\-h\fR, \fB\-\-help\fR
19 display this help and exit
20 .TP
21 \fB\-i\fR, \fB\-\-ignore\-permissions\fR
22 override font license restrictions
23 .TP
24 \fB\-l\fR, \fB\-\-hinting\-range\-min\fR=\fIN\fR
25 the minimum ppem value for generating hints
26 .TP
27 \fB\-p\fR, \fB\-\-pre\-hinting\fR
28 apply original hints before generating hints
29 .TP
30 \fB\-r\fR, \fB\-\-hinting\-range\-max\fR=\fIN\fR
31 the maximum ppem value for generating hints
32 .TP
33 \fB\-v\fR, \fB\-\-verbose\fR
34 show progress information
35 .TP
36 \fB\-V\fR, \fB\-\-version\fR
37 print version information and exit
38 .TP
39 \fB\-x\fR, \fB\-\-x\-height\-snapping\-exceptions\fR=\fISTRING\fR
40 specify a comma\-separated list of x\-height
41 snapping exceptions ranges and single values
42 .PP
43 The program accepts both TTF and TTC files as input.
44 The `gasp' table of OUT\-FILE enables grayscale hinting for all sizes.
45 Use option \fB\-i\fR only if you have a legal permission to modify the font.
46 If option \fB\-f\fR is not set, glyphs not in the latin range stay unhinted.
47 The used ppem value for option \fB\-p\fR is FUnits per em, normally 2048.
48 .SH "REPORTING BUGS"
49 Report bugs to: freetype\-devel@nongnu.org
50 .br
51 FreeType home page: <http://www.freetype.org>
52 .SH COPYRIGHT
53 Copyright \(co 2011 Werner Lemberg <wl@gnu.org>.
54 License: FreeType License (FTL) or GNU GPLv2.
55 .br
56 This is free software: you are free to change and redistribute it.
57 There is NO WARRANTY, to the extent permitted by law.