Skip to content

Commit

Permalink
[SVG Export] Add options to draw text as shapes, embed fonts, workaro…
Browse files Browse the repository at this point in the history
…und text clipping

- Option to draw text as shapes
- Option to embed fonts
- Option to workaround text clipping. This reduces font height by 1 point.
- Update to latest jars
  • Loading branch information
Phillipus committed Oct 11, 2023
1 parent ee3e1fe commit 27a0612
Show file tree
Hide file tree
Showing 23 changed files with 261 additions and 456 deletions.
7 changes: 4 additions & 3 deletions com.archimatetool.export.svg/.classpath
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lib/batik-all-1.11.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.14.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/fop-transcoder-allinone-2.9.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xmlgraphics-commons-2.9.jar"/>
<classpathentry exported="true" kind="lib" path="lib/batik-all-1.17.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xml-apis-ext-1.3.04.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xmlgraphics-commons-2.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/fop-transcoder-allinone-2.3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
Expand Down
7 changes: 4 additions & 3 deletions com.archimatetool.export.svg/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ Require-Bundle: org.eclipse.ui,
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: com.archimatetool.export.svg.jar,
lib/batik-all-1.11.jar,
lib/fop-transcoder-allinone-2.3.jar,
lib/batik-all-1.17.jar,
lib/fop-transcoder-allinone-2.9.jar,
lib/xml-apis-ext-1.3.04.jar,
lib/xmlgraphics-commons-2.3.jar
lib/xmlgraphics-commons-2.9.jar,
lib/commons-io-2.14.0.jar
Export-Package: com.archimatetool.export.svg
Automatic-Module-Name: com.archimatetool.export.svg
201 changes: 0 additions & 201 deletions com.archimatetool.export.svg/lib/LICENSE

This file was deleted.

This file was deleted.

Loading

0 comments on commit 27a0612

Please sign in to comment.