Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Administrator@saint-desktop /cygdrive/c/Cygwin/Sources/rockbox/tools
  2. $ ./convttf
  3. Usage: convttf [options] [input-files]
  4. convttf [options] [-o output-file] [single-input-file]
  5.  
  6. Default output-file : 'input-files name removed extension'_'font-size'_['
  7. depth'].fnt.
  8. When '-ta' or '-tc' is specified in command line,
  9. default output-file is
  10. 'internal postscript-name of input-file'_'font-size
  11. '_['depth'].fnt.
  12. Options:
  13. -s N Start output at character encodings >= N
  14. -l N Limit output to character encodings <= N
  15. -p N Font size N in pixel (default N=15)
  16. -c N Character separation in pixel.Insert space between lines.
  17. -x Trim glyphs horizontally of nearly empty space
  18. (to improve spacing on V's W's, etc.)
  19. -X N Horizontal stretch (N percent)
  20. -TA N Trim vertical ascent (N percent)
  21. -TD N Trim vertical descent (N percent)
  22. -Ta N Trim vertical ascent (N pixels)
  23. -Td N Trim vertical descent (N pixels)
  24. -r N Row separation in pixel.Insert space between characters
  25. -d Debug: print converted glyph images
  26. -tt Display the True Type Collection tables available in the font
  27. -t N Index of true type collection. It must be start from 0.(default N=0).
  28.  
  29. -ta Convert all fonts in ttc
  30. "-o output-file" specified is ignored when "-ta" is specified.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement