[cairo-bugs] [Bug 63771] Support rendering colored bitmap fonts in Quartz backend
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Sep 4 15:20:00 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=63771
Kristian Rietveld <kris at loopnest.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #78520|0 |1
is obsolete| |
--- Comment #6 from Kristian Rietveld <kris at loopnest.org> ---
Created attachment 118089
--> https://bugs.freedesktop.org/attachment.cgi?id=118089&action=edit
Updated patch against master as of September 5, 2015
Updated the patch against today's master.
Compared to the previous version, added a compile time assert to ensure CGPoint
<= CGSize. It is perhaps not pretty to share the memory between cg_advances and
cg_positions, but the alternative is either to allocate twice as much memory or
to move the declaration into if branches (in which case perhaps the
CAIRO_STACK_ARRAY foo cannot be used?). Please let me know what is preferred
within Cairo and I can adapt the code if necessary.
Is there anything else I can do to get this patch accepted? We have a depending
bug in Pango Bugzilla (https://bugzilla.gnome.org/show_bug.cgi?id=753312), so I
would love to get it committed :) Thanks!
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cairographics.org/archives/cairo-bugs/attachments/20150904/a788833e/attachment.html>
More information about the cairo-bugs
mailing list