summaryrefslogtreecommitdiffstats
path: root/src/sp-font.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * converted nr-svgfont.cpp to C++ code so that we can render multiple ↵Felipe Corr??a da Silva Sanches2008-05-271-1/+1
| | | | | | | | 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. (bzr r5756)
* * add rule in configure.ac so that only who has cairo > 1.6.4 (currently ↵Felipe Corr??a da Silva Sanches2008-05-251-1/+7
| | | | | | | 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. (bzr r5753)
* fix some header definesFelipe Corr??a da Silva Sanches2008-02-291-1/+1
| | | (bzr r4906)
* more boilerplate code for SVGFontsFelipe Corr??a da Silva Sanches2008-02-281-0/+77
| | | (bzr r4897)
* a bit more boilerplate code for SVGFontsFelipe Corr??a da Silva Sanches2008-02-281-6/+6
| | | | | added <missing-glyph> (bzr r4890)
* Warning cleanupJon A. Cruz2008-02-271-1/+1
| | | (bzr r4882)
* tiny refactoringFelipe Corr??a da Silva Sanches2008-02-271-14/+1
| | | (bzr r4880)
* SVGFonts boilerplate codeFelipe Corr??a da Silva Sanches2008-02-261-0/+8
| | | (bzr r4871)
* new file. I forgot to add it on previous commitFelipe Corr??a da Silva Sanches2008-02-261-0/+211
SVGFonts boilerplate code (bzr r4868)