Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 04 May 2018 02:05:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 227761] print/freetype2: Fonts aren't correctly rendered with 2.9
Message-ID:  <bug-227761-6497-SFyyitHDyw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227761-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227761-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227761

lightside <lightside@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #193013|0                           |1
        is obsolete|                            |

--- Comment #6 from lightside <lightside@gmx.com> ---
Created attachment 193036
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D193036&action=
=3Dedit
Testing environment for freetype2, based on git bisect

(In reply to Baptiste Daroussin from comment #2)
> I can reproduce for sure, but I am not sure how to debug that :(
I think, also possible to enable some debugging features in a FreeType 2 bu=
ilds
(e.g. selected DEBUG option for print/freetype2 port):
https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/DEBUG?h=
=3DVER-2-9-1#n1
https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/include/freet=
ype/config/ftoption.h?h=3DVER-2-9-1#n398

After build possible to use FT2_DEBUG (and/or other) environment variable(s=
) in
conjunction with test program. For example:
% env FT2_DEBUG=3D"any:5" LD_PRELOAD=3D./objs/.libs/libfreetype.so sh -c "c=
onvert
-append path/to/file.pdf image.jpg 2>&1"

Attached new archive with testing environment:
- Added -d option for "git clean" command to also remove created directories
during build, e.g. ./objs/.libs
- Added help, clean, build, test options for test.sh script
- Added some debugging settings
- Removed anonyme_visitenkarte.pdf file, which possible to download/extract
from previous attachment #193013:
% fetch -o - "https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D193013"=
 | tar
-xf - --include anonyme_visitenkarte.pdf
% sha256 anonyme_visitenkarte.pdf=20
SHA256 (anonyme_visitenkarte.pdf) =3D
949b114d3e2cf21fc7f97ade1491c73c292fee04525c2cf551ab05543901d6ae

--=20
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227761-6497-SFyyitHDyw>