I would like to create SVG Fonts using Batik, not by converting TrueType Fonts, but using custom Font definition material I have.
 
I have only found it possible by copying or subclassing the SVGFont class, and particularly :
  • adding a new public method, say createFont(... parameters...), replacing the existing main method of SVGFont class
  • modifying the writeFontAsSVGFragment method to use my custom Fonts parameters instead of TrueType Fonts
Is there any other possibility to do that ?

Reply via email to