summaryrefslogtreecommitdiffstats
path: root/src/sp-font.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * removed the auxiliary GtkWindowFelipe Corr??a da Silva Sanches2008-07-111-2/+0
| | | | | * added font preview to the SvgFonts dialog (bzr r6254)
* Fixed compilation when the new SVG font stuff is not enabled.Jon A. Cruz2008-06-261-1/+0
| | | (bzr r6063)
* adding list of available SVGFonts to the SVGFonts dialogFelipe Corr??a da Silva Sanches2008-06-251-0/+2
| | | (bzr r6059)
* adding ifdef HAVE_CONFIG_HFelipe Corr??a da Silva Sanches2008-06-251-1/+4
| | | (bzr r6054)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
| | | (bzr r5884)
* * 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)