Comment 7 for bug 170963

Revision history for this message
MenTaLguY (mental-deactivatedaccount) wrote : Re: [Bug 170963] Re: Automatic generation of SVG fonts ?

There are two ways of specifying SVG font glyphs:

 1. use the d= attribute on <glyph> to specify the glyph outline

 2. use arbitrary SVG inside the <glyph> tag

The first is comparatively easy to do with a custom pango backend. In the second case we would probably have to create dummy glyphs with pango, and then substitute them for SVG fragments during rendering.

-mental