An often requested feature is to be able to view and edit font sizes in points (pt) rather than the Inkscape default pixels (px). In style.cpp the font size is always set to be px
os << key << ":" << val->computed << "px;"; // must specify px, see inkscape bug 1221626, mozilla bug 234789
Is there a compelling reason why Inkscape always uses px units for font sizes ? The mozilla bug 234789 seems more related to the case of having no unit specified. Any way to access these old bugs reports like 1221626 ?
Related discussions https://bugs.launchpad.net/inkscape/+bug/168164 http://lists.w3.org/Archives/Public/www-svg/2010Jul/0011.html https://bugzilla.mozilla.org/show_bug.cgi?id=234789
On 09/08/2012 11:35, John Smith wrote:
An often requested feature is to be able to view and edit font sizes in points (pt) rather than the Inkscape default pixels (px). In style.cpp the font size is always set to be px
os << key << ":" << val->computed << "px;"; // must specify px, see inkscape bug 1221626, mozilla bug 234789
Is there a compelling reason why Inkscape always uses px units for font sizes ? The mozilla bug 234789 seems more related to the case of having no unit specified. Any way to access these old bugs reports like 1221626 ?
Old bug reports migrated from the sf.net bug tracker can be accessed in launchpad by prepending 'sf' to the bug number:
https://bugs.launchpad.net/inkscape/+bug/sf1221626 Bug #166623: font-size="x" better than style="font-size:x" for Mozilla
Related discussions https://bugs.launchpad.net/inkscape/+bug/168164 http://lists.w3.org/Archives/Public/www-svg/2010Jul/0011.html https://bugzilla.mozilla.org/show_bug.cgi?id=234789
hth, ~suv
participants (2)
-
John Smith
-
~suv