FreeBSD Bugzilla – Attachment 183227 Details for
Bug 219608
print/freetype2 produces incorrect line spacing for some fonts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Some files/patch-src_truetype_ttdriver.c patch for test (for v2.8)
patch-src_truetype_ttdriver.c (text/plain), 585 bytes, created by
lightside
on 2017-06-04 23:23:00 UTC
(
hide
)
Description:
Some files/patch-src_truetype_ttdriver.c patch for test (for v2.8)
Filename:
MIME Type:
Creator:
lightside
Created:
2017-06-04 23:23:00 UTC
Size:
585 bytes
patch
obsolete
># Fix metrics on size request for scalable fonts. ># Based on b0962ac34e66052ccfee7996e5468f30d4bd5a72 commit with changes for new version. ># Reverts bcc74f4dafee25ea89f1d3144646cba7e30f9908 commit for src/truetype/ttdriver.c file. > >--- src/truetype/ttdriver.c.orig 2017-04-29 04:38:17 UTC >+++ src/truetype/ttdriver.c >@@ -357,6 +357,7 @@ > if ( FT_IS_SCALABLE( size->face ) ) > { > error = tt_size_reset( ttsize, 0 ); >+ ttsize->root.metrics = *ttsize->metrics; > > #ifdef TT_USE_BYTECODE_INTERPRETER > /* for the `MPS' bytecode instruction we need the point size */
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 219608
:
182981
|
182982
|
183227
|
183228
|
183237
|
183238
|
183250
|
183251
|
183254
|
183327
|
183976
|
183977
|
183978
|
183980
|
183981
|
183994
|
183995
|
183997
|
183998
|
184030