[Lazarus] Lazarus Release 2.0.10

Luca Olivetti luca at wetron.es
Sat Jul 11 13:09:29 CEST 2020


El 11/7/20 a les 11:05, Mattias Gaertner via lazarus ha escrit:
> The Lazarus team is glad to announce the release of Lazarus 2.0.10.
This is not strictly a lazarus issue, but BGRAFreeType.pas does not 
compile because it has this define:

{$IF laz_fullversion >= 2000900}
   {$DEFINE LAZFREETYPE_GLYPH_BOX_FIXED}
   {$DEFINE LAZFREETYPE_PROVIDE_KERNING}
{$ENDIF}


which later fails in

Result:= FFont.CharKerning[uLeft, uRight].Kerning.x;

I changed it to laz_fullversion >= 2001200

Strangely enough (and this I think *is* a lazarus issue), in both cases 
the source editor showed it as shaded (i.e. as if the defines weren't 
defined).


Bye
-- 
Luca Olivetti
Wetron Automation Technology http://www.wetron.es/
Tel. +34 93 5883004 (Ext.3010)  Fax +34 93 5883007


More information about the lazarus mailing list