summaryrefslogtreecommitdiffstats
path: root/src/sp-glyph-kerning.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* implement kerning by glyph-name, g1 and g2 attributesFelipe Corr??a da Silva Sanches2008-06-231-6/+26
| | | (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)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-4/+3
| | | (bzr r5884)
* * add rule in configure.ac so that only who has cairo > 1.6.4 (currently ↵Felipe Corr??a da Silva Sanches2008-05-251-1/+3
| | | | | | | 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)
* distinguish between hkern and vkern tagsFelipe Corr??a da Silva Sanches2008-05-081-10/+35
| | | (bzr r5628)
* Starting Summer of Code: SVG FontsFelipe Corr??a da Silva Sanches2008-05-081-0/+217
* hkern and vkern: parameter loading. (bzr r5624)