Batik SVG Font Converter.
Here is the list of declaration for batik-ttf2svg. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>batik</groupId> <artifactId>batik-ttf2svg</artifactId> <version>1.6</version> </dependency>
If you think this Maven repository POM file listing for batik-ttf2svg is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The batik-ttf2svg-1.6 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
XML Graphics | batik-svggen 1.6 Batik SVG Generator | 12 |
XML Graphics | batik-util 1.6 Batik Utilities | 16 |
The following packages are defined in the batik-ttf2svg-1.6.jar
org.apache.batik.apps.ttf2svg
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>batik</groupId> <artifactId>batik-ttf2svg</artifactId> <name>Batik SVG Font Converter</name> <version>1.6</version> <description>Batik SVG Font Converter</description> <inceptionYear>2000</inceptionYear> <dependencies> <dependency> <groupId>batik</groupId> <artifactId>batik-svggen</artifactId> <version>1.6</version> </dependency> <dependency> <groupId>batik</groupId> <artifactId>batik-util</artifactId> <version>1.6</version> </dependency> </dependencies> </project>