Code

* converted nr-svgfont.cpp to C++ code so that we can render multiple instances of...
authorJucaBlues <JucaBlues@users.sourceforge.net>
Tue, 27 May 2008 02:28:04 +0000 (02:28 +0000)
committerJucaBlues <JucaBlues@users.sourceforge.net>
Tue, 27 May 2008 02:28:04 +0000 (02:28 +0000)
commit3bb2cd07f61b0baa829a6dc9457a1a0e62b12711
tree06be69dc05575659c9f19af38df000c5fe45c1c9
parent6e16a663ee96cd1329e48518138efb415046d9f6
* converted nr-svgfont.cpp to C++ code so that we can render multiple instances of fonts. Currently we have one auxiliary GtkWindow for each <font> in a document.
* Implemented C++ binding for cairo userfonts. This will probably be sent to cairomm soon.
* Added a second font to the svgfont.svg test file.
share/examples/svgfont.svg
src/display/nr-svgfonts.cpp
src/display/nr-svgfonts.h
src/sp-font.cpp