mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 19:39:18 +02:00
fixed compilation.
git-svn-id: trunk@7215 -
This commit is contained in:
parent
e91d514ec5
commit
4a2a769957
@ -724,7 +724,7 @@ Procedure GetTextExtentIgnoringAmpersands(FontDesc: PPangoFontDescription; Str:
|
|||||||
function FontIsDoubleByteCharsFont(TheFont: PGdkFont): boolean;
|
function FontIsDoubleByteCharsFont(TheFont: PGdkFont): boolean;
|
||||||
{$IFDEF GTK1}
|
{$IFDEF GTK1}
|
||||||
function LoadDefaultFont: PGDKFont;
|
function LoadDefaultFont: PGDKFont;
|
||||||
Procedure GetTextExtentIgnoringAmpersands(Font: PGDKFont; Str: PChar;
|
Procedure GetTextExtentIgnoringAmpersands(FontDesc: PGDKFont; Str: PChar;
|
||||||
LineLength: Longint; lbearing, rbearing, width, ascent, descent: Pgint);
|
LineLength: Longint; lbearing, rbearing, width, ascent, descent: Pgint);
|
||||||
{$EndIf}
|
{$EndIf}
|
||||||
function GetDefaultFontName: string;
|
function GetDefaultFontName: string;
|
||||||
|
Loading…
Reference in New Issue
Block a user