Replies: 1 comment
-
And answering my own question, I am completely offtrack. Creating an svg by hand is one thing, but creating via a library needs information about the font details. To use a font with AWT, it must first be added to the GraphicEnvironment. If the font isnt present, then have to add it. viz |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to have an svg looking like:
<svg…>
<style>
@import url("https://fonts.googleapis.com/css?family=Basic");
</style>
my text…. Etc etc
ie, the important bit is adding a <style> element. Struggling somewhat with this in Batik. I was wondering if jfreeSvg can do it? I want to be able to use downloadable fonts within the svg.
Beta Was this translation helpful? Give feedback.
All reactions