Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 60982 Details for
Bug 87160
Openbox 3.3-rc1-r1 pango weirdness
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Workaround for huge fonts in Openbox+Pango
pango-font-fix.patch (text/plain), 492 bytes, created by
Ricardo Martins
on 2005-06-10 05:04:28 UTC
(
hide
)
Description:
Workaround for huge fonts in Openbox+Pango
Filename:
MIME Type:
Creator:
Ricardo Martins
Created:
2005-06-10 05:04:28 UTC
Size:
492 bytes
patch
obsolete
>--- render/font.c.old 2005-06-10 12:49:13.000000000 +0100 >+++ render/font.c 2005-06-10 12:49:56.000000000 +0100 >@@ -117,7 +117,7 @@ > > if (FcPatternGetInteger(match, "pixelsize", 0, &tmp_int) != FcResultTypeMismatch) { > /* TODO: is PANGO_SCALE correct ?? */ >- pango_font_description_set_size(out->pango_font_description, tmp_int*PANGO_SCALE); >+ pango_font_description_set_size(out->pango_font_description, tmp_int*PANGO_SCALE*0.72); > } > #endif /* USE_PANGO */ >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 87160
: 60982