Code

* add rule in configure.ac so that only who has cairo > 1.6.4 (currently cairo git...
authorJucaBlues <JucaBlues@users.sourceforge.net>
Sun, 25 May 2008 15:35:28 +0000 (15:35 +0000)
committerJucaBlues <JucaBlues@users.sourceforge.net>
Sun, 25 May 2008 15:35:28 +0000 (15:35 +0000)
commitd5c4ddf4e43797503e5a5629cdbab74e834bc549
tree6cb0343c91d16b2dd93593c7b0a1a5459e076e9c
parent6abea082648dbf7f285cf3d09c45af46df97c729
* add rule in configure.ac so that only who has cairo > 1.6.4 (currently cairo git master branch) will compile SVGFonts (experimental) support.
* First code for SVGFonts rendering. Renders in a separate window because we still dont have pango integration.
17 files changed:
configure.ac
share/examples/svgfont.svg
src/display/Makefile_insert
src/display/nr-arena-glyphs.cpp
src/display/nr-svgfonts.cpp [new file with mode: 0644]
src/display/nr-svgfonts.h [new file with mode: 0644]
src/sp-font-face.cpp
src/sp-font-face.h
src/sp-font.cpp
src/sp-font.h
src/sp-glyph-kerning.cpp
src/sp-glyph-kerning.h
src/sp-glyph.cpp
src/sp-glyph.h
src/sp-missing-glyph.cpp
src/sp-missing-glyph.h
src/sp-object-repr.cpp