summaryrefslogtreecommitdiffstats
path: root/src/display/nr-svgfonts.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* implement kerning by glyph-name, g1 and g2 attributesFelipe Corr??a da Silva Sanches2008-06-231-3/+15
| | | (bzr r6026)
* UnicodeRange class implementation.Felipe Corr??a da Silva Sanches2008-06-161-2/+2
| | | | | | This class represents a range of unicode codepoints as used in the u1 and u2 attributes of glyph kerning nodes. (bzr r5949)
* fix compileFelipe Corr??a da Silva Sanches2008-06-101-2/+2
| | | | | johan had forgotten to include a header (bzr r5869)
* use feed_pathvector_to_cairo in display/nr-svgfonts.cppJohan B. C. Engelen2008-06-081-12/+18
| | | (bzr r5851)
* * commenting my code so that we increase SVGFonts "bus factor" in Felipe Corr??a da Silva Sanches2008-06-011-29/+59
| | | | | | inkscape :-D http://en.wikipedia.org/wiki/Bus_factor * added some (still not really functional) code for vertical text (bzr r5777)
* * started implementing rendering of SVGFonts horizontal kerningFelipe Corr??a da Silva Sanches2008-05-311-3/+13
| | | (bzr r5773)
* * implemented text_to_glyphs, so that now we can have ligadure glyphsFelipe Corr??a da Silva Sanches2008-05-301-22/+52
| | | | | * Adapted example file to test this feature too (bzr r5763)
* fix some crashes. Now I check for the existence of the d atrtibute Felipe Corr??a da Silva Sanches2008-05-291-2/+4
| | | | | before trying to use it (bzr r5761)
* * converted nr-svgfont.cpp to C++ code so that we can render multiple ↵Felipe Corr??a da Silva Sanches2008-05-271-70/+104
| | | | | | | | 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-0/+156
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)