Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.

My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Usage: convttf [options] [input-files]
       convttf [options] [-o output-file] [single-input-file]

       Default output-file : 'input-files name removed extension'_'font-size'_['depth'].fnt.
                              When '-ta' or '-tc' is specified in command line,
                                default output-file is 
                             'internal postscript-name of input-file'_'font-size'_['depth'].fnt.
Options:
    -s N   Start output at character encodings >= N
    -l N   Limit output to character encodings <= N
    -p N   Font size N in pixel (default N=15)
    -c N   Character separation in pixel.Insert space between lines.
    -x     Trim glyphs horizontally of nearly empty space
              (to improve spacing on V's W's, etc.)
    -X N   Horizontal stretch (N percent)
    -TA N  Trim vertical ascent  (N percent)
    -TD N  Trim vertical descent (N percent)
    -Ta N  Trim vertical ascent  (N pixels)
    -Td N  Trim vertical descent (N pixels)
    -r N   Row separation in pixel.Insert space between characters
    -d     Debug: print converted glyph images
    -tt    Display the True Type Collection tables available in the font
    -t N   Index of true type collection. It must be start from 0.(default N=0).
    -ta    Convert all fonts in ttc
           "-o output-file" specified is ignored when "-ta" is specified.