[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
RE: [XaraXtreme-dev] Font metrics and kerning update
- From: "Gerry Iles" <GerryI@xxxxxxxx>
- Date: Thu, 20 Apr 2006 12:17:41 +0100
- Subject: RE: [XaraXtreme-dev] Font metrics and kerning update
I'm getting the following error trying to build the latest code...
ftfonts.cpp: In static member function 'static OUTLINETEXTMETRIC*
FTFontMan::GetOutlineTextMetric(LOGFONT*)':
ftfonts.cpp:1056: error: 'FT_Sfnt_Table_Info' was not declared in this
scope
Any ideas anyone...?
Gerry
-----Original Message-----
From: owner-dev@xxxxxxxxxxxxxxxx [mailto:owner-dev@xxxxxxxxxxxxxxxx] On
Behalf Of Luke Hart
Sent: 20 April 2006 10:26
To: dev@xxxxxxxxxxxxxx
Subject: Re: [XaraXtreme-dev] Font metrics and kerning update
Martin Wuerthner wrote:
>Find attached below a patch to enable kerning (uncached) and the
>extraction of Panose information from fonts.
>
>fontbase.cpp:
>gets kerning information from FTFontMan
>
>ftfonts.h:
>removed inline null implementation of GetOutlineTextMetric
>added GetCharsKerning method
>
>ftfonts.cpp:
>added GetCharsKerning and GetOutlineTextMetric implementations
>
>Martin
>
>
Patch checked in
Luke