author | JucaBlues <JucaBlues@users.sourceforge.net> | |
Sun, 25 May 2008 15:35:28 +0000 (15:35 +0000) | ||
committer | JucaBlues <JucaBlues@users.sourceforge.net> | |
Sun, 25 May 2008 15:35:28 +0000 (15:35 +0000) | ||
commit | d5c4ddf4e43797503e5a5629cdbab74e834bc549 | |
tree | 6cb0343c91d16b2dd93593c7b0a1a5459e076e9c | tree | snapshot |
parent | 6abea082648dbf7f285cf3d09c45af46df97c729 | commit | diff |
* 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.
* First code for SVGFonts rendering. Renders in a separate window because we still dont have pango integration.
17 files changed:
configure.ac | diff | blob | history | |
share/examples/svgfont.svg | diff | blob | history | |
src/display/Makefile_insert | diff | blob | history | |
src/display/nr-arena-glyphs.cpp | diff | blob | history | |
src/display/nr-svgfonts.cpp | [new file with mode: 0644] | blob |
src/display/nr-svgfonts.h | [new file with mode: 0644] | blob |
src/sp-font-face.cpp | diff | blob | history | |
src/sp-font-face.h | diff | blob | history | |
src/sp-font.cpp | diff | blob | history | |
src/sp-font.h | diff | blob | history | |
src/sp-glyph-kerning.cpp | diff | blob | history | |
src/sp-glyph-kerning.h | diff | blob | history | |
src/sp-glyph.cpp | diff | blob | history | |
src/sp-glyph.h | diff | blob | history | |
src/sp-missing-glyph.cpp | diff | blob | history | |
src/sp-missing-glyph.h | diff | blob | history | |
src/sp-object-repr.cpp | diff | blob | history |