Turn FontMetrics into a class. Add maximum ascent/descent variables.
Implement 'text-orientation' with user interface. Update 'writing-mode', adding 'vertical-lr'. Overhaul vertical text. Eliminate any use of "internal" leading in glyph metrics. Etc.
added a check that is present in surrounding code, but not on this particular line, which is most infortunate, since it led to a crash.
fix for bug 1391374. apparently, libnrtype drastically misses unit tests.
Implement SVG 1.1 textLength and textAdjust attributes. Code from Dmitry Kirsanov (buliabyak).
Remove unused variable.
fix C++11 compilation. There A LOT of const_casts in this file... :-(
support vertical text on path such that baseline is perpendiclar to the path and midline is centered on the path
Implement decent snapping to text (baseline & anchor), and provide a toggle button for this (as requested in LP bug #727281 )
update to latest 2geom !
Use correct text anchor for vertical text and when aligning or distributing
Position of baseline anchor is now dependent of the text alignment
gcc warning cleanup: warning: suggest a space before ‘;’ or explicit braces around empty body in 'for'/'while' statement
More NR ==> Geom changes
Merge from fe-moved
convert almost all libnrtype to Geom::
NR::Maybe => boost::optional
Warning cleanup
add parameter for going n lines up/down
Changing the executable bit that shouldn't be there.
bug 189516: text selection highlight is in the wrong place for text-on-path when vertical kerning is applied
Eliminate remaining sources of empty NR::Rects
bug 1412504: infinite loop when moving a word to the left when already at the start of text
moving trunk for module inkscape