[Libreoffice-bugs] [Bug 103322] Use floating point for glyph positioning in VCL

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Aug 4 12:18:00 UTC 2018


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

--- Comment #14 from Khaled Hosny <khaledhosny at eglug.org> ---
Another alternative to floating point, is to keep using integers but use a
scale, so instead of shaping at 10 pixels and drawing at the coordinates we
get, we shape at 10 * SCALE and shape ant coordinates / SCALE. Which is what
many other libraries do, and I vaguely remember that we have something similar
by may be we are not using it thoroughly. Worth investigating.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180804/eca50b81/attachment.html>


More information about the Libreoffice-bugs mailing list