logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ttf2eps - extract ttf file glyphs into an eps file.

Authors

ttf2eps was written by by George Williams <gww@silcom.com>.

       FontForge     is     currently     maintained     by     the    FontForge    development    team.     See
       /usr/share/doc/fontforge/AUTHORS for a comprehensive list of contributors.

                                                   2018-May-04                                        ttf2eps(1)

Description

ttf2eps  reads the specified true-type file and extracts the indicated glyphs into an eps file. Each file
       is named for the character extracted (according to the 'post' table). Multiple glyphs may be extracted at
       a time, either by specifying the character's name, it's unicode encoding, or it's true type glyph number.
       All the glyphs may be extracted by using [--all].

       Files are created in the current directory.

       Some meta-information is provided in comments inside each .eps file, for example the  character's  width,
       the font's ascent, descent and number of units per em.

Name

       ttf2eps - extract ttf file glyphs into an eps file.

See Also

fontforge(1) acorn2sfd(1) showttf(1)

Synopsis

ttf2eps [--all] {--name ps-name | --unicode hex | --unicode hex | --glyph num} ttf-fontfile

See Also