https://issues.apache.org/bugzilla/show_bug.cgi?id=50736

           Summary: NullPointerException in ttf2svg
           Product: Batik
           Version: 1.8
          Platform: PC
            Status: NEW
          Severity: major
          Priority: P2
         Component: (RFE) Request For Extension
        AssignedTo: [email protected]
        ReportedBy: [email protected]


I used this commandline:

java -jar batik-ttf2svg.jar c:\Windows\Fonts\msgothic.ttc -o msgothic.svg

On Windows 7 x64. That's a TrueType font that comes with Windows by default,
and has a pretty large range of unicode characters.

Full error:
java.lang.NullPointerException
        at org.apache.batik.svggen.font.Font.read(Font.java:179)
        at org.apache.batik.svggen.font.Font.create(Font.java:197)
        at org.apache.batik.svggen.font.SVGFont.main(SVGFont.java:701)
        at org.apache.batik.apps.ttf2svg.Main.main(Main.java:34)
null

That's on Java 1.6. And it's always reproducible. Probably even on a default
installation.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to