
11 Nov
2011
11 Nov
'11
3:41 p.m.
On Tue, 8 Nov 2011 04:27:13 +0100 Jarek Foksa <jarek@...2725...> wrote:
Here is how you can embed fonts in SVG documents: (replace <data> with actuall base64-encoded font data):
<style> @font-face { font-family: "Sample font"; src: url("data:font/woff;charset=utf-8;base64,<data>"); } </style>
This technique is already used in Inkscape for embedding PNG images, it should be very easy to implement a plugin that allows for automatic font embedding as well.
I was not aware of the WOFF font effort! Looks interesting. I am studying this web page and its children: http://people.mozilla.com/~jkew/woff/ I have a 32 bit processor. Can I still use base64 fonts? Or are the two not related?
--
John Culleton
Free list of books for self-publishers:
http://wexfordpress.net/shortlist.html
"Create Book Covers with Scribus"
http://www.booklocker.com/books/4055.html