summaryrefslogtreecommitdiffstats
path: root/share/examples/svgfont.svg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Another week coding offline...Felipe Corr??a da Silva Sanches2009-01-051-7/+7
| | | | | | | | | | | | * Adding Set Width (horiz-adv-x attribute) slider to the SVGFonts dialog. * Fixed the order of some language options at the i18n preferences page. * Fixed parsing and handling of u1 and u2 (CSS2 unicode range) attributes for kerning pair nodes * Fixed a warning in helper-fns.h * commented out unused variable in sp-font.cpp * refactoring of nr-svgfonts.cpp * using 1000 instead of horiz-adv-x when scaling the glyph coordinates. Probably should use a value based on units-per-em in the future. Or maybe accent-height, cap-height, x-height... I don't know. I should study this subject a bit more first. (bzr r7082)
* slightly changed svgfonts exampleFelipe Corr??a da Silva Sanches2008-07-221-1/+1
| | | (bzr r6390)
* added comments to the SVGFonts exampleFelipe Corr??a da Silva Sanches2008-07-121-5/+89
| | | (bzr r6266)
* adding list of available SVGFonts to the SVGFonts dialogFelipe Corr??a da Silva Sanches2008-06-251-2/+2
| | | (bzr r6059)
* * commenting my code so that we increase SVGFonts "bus factor" in Felipe Corr??a da Silva Sanches2008-06-011-1/+1
| | | | | | inkscape :-D http://en.wikipedia.org/wiki/Bus_factor * added some (still not really functional) code for vertical text (bzr r5777)
* * implemented text_to_glyphs, so that now we can have ligadure glyphsFelipe Corr??a da Silva Sanches2008-05-301-7/+4
| | | | | * Adapted example file to test this feature too (bzr r5763)
* * converted nr-svgfont.cpp to C++ code so that we can render multiple ↵Felipe Corr??a da Silva Sanches2008-05-271-0/+11
| | | | | | | | 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-17/+12
| | | | | | | 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)
* modified the svg file used for testing of SVGFontsFelipe Corr??a da Silva Sanches2008-05-131-9/+6
| | | (bzr r5663)
* adding an example file used for SVGFonts testing purposes.Felipe Corr??a da Silva Sanches2008-05-121-0/+27
(bzr r5653)