https://bugs.documentfoundation.org/show_bug.cgi?id=103322

            Bug ID: 103322
           Summary: Use floating point for glyph positioning in VCL
           Product: LibreOffice
           Version: 5.2.2.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: medium
         Component: graphics stack
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: khaledho...@eglug.org

Currently we use integers and do lots of calculations and recalculations
resulting in rounding errors which mess up with text spacing specially at low
resolution screens.

We should switch to using floats to store glyph positions instead, which would
make the rounding errors less visible. It would also allow us to benefit from
sub-pixel positioning support in the graphics libraries we use.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to