[Desktop-packages] [Bug 168164] Re: font sizes specified in pixels instead of points

2018-08-23 Thread Paulo Gabriel
Suggestion: make the font unit selectable. No matter if it will or will not be defined form the default document unit, the important thing is to make it modifiable. You can even set "pt" as default and there is no problem. It's just interesting to provide a select box on page settings that

[Desktop-packages] [Bug 168164] Re: font sizes specified in pixels instead of points

2015-09-30 Thread Jasper Frumau
If I use pixels as default unit and dimensions in pixels why can't the font size be in pixels too? Why is there not an option to choose the font unit? Initially I thought I had the font in pixels which in needed for my webdesign template but when I checked the source code using the XML editor I

[Desktop-packages] [Bug 168164] Re: font sizes specified in pixels instead of points

2015-04-28 Thread Alex Valavanis
** Changed in: inkscape (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to inkscape in Ubuntu. https://bugs.launchpad.net/bugs/168164 Title: font sizes specified in pixels instead of points

[Desktop-packages] [Bug 168164] Re: font sizes specified in pixels instead of points

2015-01-31 Thread Alex Valavanis
** Changed in: inkscape Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to inkscape in Ubuntu. https://bugs.launchpad.net/bugs/168164 Title: font sizes specified in pixels instead of points

[Desktop-packages] [Bug 168164] Re: font sizes specified in pixels instead of points

2012-12-21 Thread Alex Valavanis
** Tags removed: patch ** Tags added: patch-accepted-upstream -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to inkscape in Ubuntu. https://bugs.launchpad.net/bugs/168164 Title: font sizes specified in pixels instead of points Status

[Desktop-packages] [Bug 168164] Re: font sizes specified in pixels instead of points

2012-10-03 Thread insaner
was not able to compile on fedora 14 with $ rpm -q gtkmm24 gtkmm24-2.22.0-1.fc14.i686 (14:28:35) insaner: $ rpm -q gtk2 gtk2-2.22.0-1.fc14.1.i686 it was throwing a CXXwidgets/font-selector.o widgets/font-selector.cpp: In function ‘void sp_font_selector_set_sizes(SPFontSelector*)’:

[Desktop-packages] [Bug 168164] Re: font sizes specified in pixels instead of points

2012-10-03 Thread John Smith
Thanks for finding that insaner ! Committed to trunk as r11733. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to inkscape in Ubuntu. https://bugs.launchpad.net/bugs/168164 Title: font sizes specified in pixels instead of points Status

[Desktop-packages] [Bug 168164] Re: font sizes specified in pixels instead of points

2012-09-18 Thread John Smith
Commit r11675 : * fix the precision issue (comment #52) * show font size to precision in user preference Input/Output-SVG Output-Numeric precision. @David, thanks for spotting that, should be fixed now, let me know if you see any other bad cases. BTW Fix is to use Inkscape::CSSOStringStream

[Desktop-packages] [Bug 168164] Re: font sizes specified in pixels instead of points

2012-09-18 Thread dopelover
I've noticed a strange behaviour. Rounding units works in a weird way in some text areas. 1) draw flow text area 2) fill it with standard Lorem Ipsum (ExtensionTextLorem Ipsum...) 3) select created text and change font size 4) observe the font size values in a input area (text toolbar or Text and

[Desktop-packages] [Bug 168164] Re: font sizes specified in pixels instead of points

2012-09-14 Thread David Mathog
There are some rounding errors in the font size display in r11664. Open the attached example file. 18.2pt is 22.75 px in the XML editor, but 18.1999 (plus or minus a few 9's) in the display. The fix would be for the bit of code that is displaying the point size, wherever that is, to do this: