Code

Another week coding offline...
authorJucaBlues <JucaBlues@users.sourceforge.net>
Mon, 5 Jan 2009 23:49:00 +0000 (23:49 +0000)
committerJucaBlues <JucaBlues@users.sourceforge.net>
Mon, 5 Jan 2009 23:49:00 +0000 (23:49 +0000)
commitf30962b5be812756040de0376091042fc151153b
treefbba755eccd3c25f61e82ffa28d259a0e300240e
parentdfc8081aae80f084fdf3532df79b885cfb0081bb
Another week coding offline...

* 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.
share/examples/svgfont.svg
src/display/nr-svgfonts.cpp
src/helper-fns.h
src/sp-font.cpp
src/ui/dialog/inkscape-preferences.cpp
src/ui/dialog/svg-fonts-dialog.cpp
src/unicoderange.cpp