1
vote
1answer
396 views

How can I keep the font-width consistent in SVG across different operating systems and browsers?

I'm trying to add some text to a SVG file. The text is dynamic and shown over a rectangle which acts as background. Since the text is dynamic, the width of background rectangle also needs to be ...
3
votes
3answers
318 views

TTF and other “modern” font systems, and font size differences

I have no formal (and precious little informal) graphic design training. Fairly famous Computer Science person Dr. Donald Knuth long ago developed a font description system called Metafont. In and of ...
4
votes
3answers
2k views

How do I embed Google Web Fonts into an SVG?

I'm new to SVGs, and just made my first decent graphic in Illustrator. I've embedded it into a page (using the ) with the GWF script for the Ubuntu font in the tag, but as it turns out, the Ubuntu ...
4
votes
6answers
834 views

How to create SVG for good typography on the web without buying Illustrator?

I have a web font which I would like to display using SVG instead of in HTML. The reason for this is that I want to display large typographically beautiful text, and I don't see any way of getting the ...