You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-users@xmlgraphics.apache.org by Brian Gonzalez <me...@briangonzalez.org> on 2012/08/31 19:27:24 UTC

Batik not finding all glyphs within a font

Hey guys, I am working with Batik and I am trying to convert a TTF file to
SVG. The attached font, Symbola, has 7161 characters according to Gylphs
App and/or FontBook on the Mac

When I run the following command, I only see 3863 glyphs:

  java -jar ./batik-ttf2svg.jar ./Symbola.ttf -testcard -l 0 -h 1114111 |
grep  '^<glyph' | wc -l

I am running Batik on a mid-2010 MacBook Pro running Mountain Lion. Here's
my Java info:

java version "1.6.0_33"
Java(TM) SE Runtime Environment (build 1.6.0_33-b03-424-11M3720)
Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03-424, mixed mode)


Thanks in advance,
Brian Gonzalez