Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Jun 2017 02:03:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   maintainer-approval requested: [Bug 219608] print/freetype2 produces incorrect line spacing for some fonts : [Attachment 183251] Proposed patch for print/freetype2 (since 441132)
Message-ID:  <bug-219608-6497-gqyb8WS7k9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-219608-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-219608-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
lightside <lightside@gmx.com> has asked gnome@FreeBSD.org for
maintainer-approval:
Bug 219608: print/freetype2 produces incorrect line spacing for some fonts
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D219608

Attachment 183251: Proposed patch for print/freetype2 (since 441132)
https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D183251&action=3Dedit



--- Comment #18 from lightside <lightside@gmx.com> ---
Created attachment 183251
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D183251&action=
=3Dedit
Proposed patch for print/freetype2 (since 441132)

> I would like something to clarify the meaning of the TT_SIZE_METRICS_ALL
> option, though. I don't think much of anyone will realize what it means
> (not that I have a better idea. I'd really like "Restore traditional True=
Type
> line spacing", but that is not quite correct.
It was "TT_SIZE_METRICS_ALT", but showed in terminal as "TT_SIZE_METRICS_AL=
".
The _ALT postfix used as for "alternative" meaning.

I decided to rename TT_SIZE_METRICS_ALT option to FIX_SIZE_METRICS with
following description: "Fix metrics on size request for scalable fonts
(alternative method)". The main part of description is used from following
commit:
"[truetype] Fix metrics on size request for scalable fonts."
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=3Db0962a=
c34e66
052ccfee7996e5468f30d4bd5a72

Also created OPTIONS_RADIO (0 or 1 among N) for FIX_SIZE_METRICS and
TT_SIZE_METRICS options, because they are alternative methods, in my opinio=
n,
but implemented in different places (TrueType driver (src/truetype/ttdriver=
.c)
or auto-hinter/auto-fitter code (src/autofit/afloader.c)).



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