FreeBSD Bugzilla – Attachment 33773 Details for
Bug 55134
XFree86 4.3.x failed to render underline text using true type font
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 764 bytes, created by
skywizard
on 2003-07-31 22:20:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
skywizard
Created:
2003-07-31 22:20:09 UTC
Size:
764 bytes
patch
obsolete
>--- lib/font/FreeType/ftfuncs.c~ 2003-02-13 06:01:45.000000000 +0300 >+++ lib/font/FreeType/ftfuncs.c 2003-03-04 20:27:16.000000000 +0300 >@@ -959,11 +959,11 @@ > int underlinePosition, underlineThickness; > > if(post) { >- underlinePosition = TRANSFORM_FUNITS_Y(post->underlinePosition); >+ underlinePosition = TRANSFORM_FUNITS_Y(-post->underlinePosition); > underlineThickness = TRANSFORM_FUNITS_Y(post->underlineThickness); > } else { > underlinePosition = >- TRANSFORM_FUNITS_Y(t1info->underline_position); >+ TRANSFORM_FUNITS_Y(-t1info->underline_position); > underlineThickness = > TRANSFORM_FUNITS_Y(t1info->underline_thickness); > }
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 55134
: 33773