Bug 10067:
quartz surface does not use device glyph extents -
Brian Ewins <Brian.Ewins@gmail.com> -
2/22/2007
Back to Bug |
Your Reviews |
Help
Attachment 9172:
fix the problem by patching _cairo_atsui_font_text_to_glyph -
Brian Ewins <Brian.Ewins@gmail.com> -
3/15/2007
(
View
)
Close Quick Help
- From the Overview page, you can add a more generic overview comment that will appear at the beginning of your review.
- To comment on a specific lines in the patch, first select the filename from the file navigation links.
- Then double click the line you want to review and a comment box will appear below the line.
- When the review is complete and you publish it, the overview comment and all line specific comments with their context,
will be combined together into a single review comment on the bug report.
- For more detailed instructions, read the Splinter
help page.
commit 473709c235833ab96f1fb060e0cb334192b4a02d
Author: Brian Ewins <Brian.Ewins@gmail.com>
Date: Fri Mar 16 02:48:33 2007 +0000
[atsui] correct glyph x/y in text_to_glyphs (#10067)
The code calculated the same glyph x, y positions whether or
not the ctm was scaled. Change to calculating these
coordinates in the same way as the fallback in
_cairo_scaled_font_text_to_glyphs.
(Restored from draft; last edited )