To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101659
                 Issue #|101659
                 Summary|Fractional GTK UI font size is rounded down to an inte
                        |ger
               Component|framework
                 Version|OOo 3.1 RC2
                Platform|All
                     URL|
              OS/Version|Unix, X11
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|ui
             Assigned to|tm
             Reported by|akaseorg





------- Additional comments from akase...@openoffice.org Thu May  7 19:24:22 
+0000 2009 -------
gnome-appearance-properties (System → Preferences → Appearance) allows you to
configure a non-integer font size; on my system, I use 7.5pt.  But
OpenOffice.org applications round this down to 7pt, so all UI components end up
looking too small.

Looking at GtkSalGraphics::updateSettings,
vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx, int nPointSize is computed from
nPangoHeight (which is in units of 1/1024 pt) using
  nPointHeight = nPangoHeight/PANGO_SCALE;
and stored into a Size object as a long.  Probably the Font class should be
redefined to store its size in smaller units than pt.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to