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

svgpp - font converter for SVG

Authors

ttf2svg is part of batik, written by the Apache Software Foundation.

       This manual page was written by Vincent Fourmond <fourmond@debian.org> for the Debian Project, but may be
       used by others.

Description

       Converts a true type font into a SVG font.  <ttf-path> is the path of the font file to convert.

Java-Wrappers Note

       This program is a shell script wrapper based on java-wrappers(7).  You  therefore  benefit  from  several
       features; please see the java-wrappers(7) manual page for more information about them.

Name

       svgpp - font converter for SVG

Options

-lrange-begin-hrange-end
              specifies the range of characters (by codepoint, in decimal) to be converted,

       -ascii forces usage of the ASCII character map in the font, instead of the Unicode character map,

       -idid specifies the value for the id attribute of the generated font element,

       -ooutput-path
              specifies the pathname of the output SVG document containing the generated SVG font

       -testcard
              specifies that a sequence of SVG text elements should be appended to the output SVG file  to  test
              the  characters  in  the  SVG  font,  providing  an  easy  way to validate that generated SVG font
              visually.

See Also

       The web page of batik, http://xml.apache.org/batikjava-wrappers(7)

Font converter for SVG                            January 2008                                        TTF2SVG(1)

Ttf2Svg

<ttf-path>[-l<range-begin>][-h<range-end>][-autorange][-ascii][-id<id>][-o<output-path>][-testcard]

See Also