Bugzilla – Attachment 81424 Details for
Bug 104365
LCD font hinting broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
pango-104365-use-hinted-metrics.diff
pango-104365-use-hinted-metrics.diff (text/plain), 854 bytes, created by
Federico Mena Quintero
on 2006-05-02 19:43:14 UTC
(
hide
)
Description:
pango-104365-use-hinted-metrics.diff
Filename:
MIME Type:
Creator:
Federico Mena Quintero
Created:
2006-05-02 19:43:14 UTC
Size:
854 bytes
patch
obsolete
>https://bugzilla.novell.com/show_bug.cgi?id=104365 >http://bugzilla.gnome.org/show_bug.cgi?id=307196 > >Index: pangocairo-fcfont.c >=================================================================== >RCS file: /cvs/gnome/pango/pango/pangocairo-fcfont.c,v >retrieving revision 1.33 >retrieving revision 1.34 >diff -u -p -r1.33 -r1.34 >--- pango/pango/pangocairo-fcfont.c 11 Apr 2006 08:31:43 -0000 1.33 >+++ pango/pango/pangocairo-fcfont.c 29 Apr 2006 05:52:35 -0000 1.34 >@@ -645,5 +645,10 @@ _pango_cairo_fc_font_new (PangoCairoFcFo > > cffont->options = cairo_font_options_copy (_pango_cairo_context_get_merged_font_options (context)); > >+ /* fcfont's is_hinted controls metric hinting >+ */ >+ PANGO_FC_FONT(cffont)->is_hinted = >+ (cairo_font_options_get_hint_metrics(cffont->options) != CAIRO_HINT_METRICS_OFF); >+ > return PANGO_FC_FONT (cffont); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 104365
:
80863
|
80864
| 81424