fixed compilation.

git-svn-id: trunk@7215 -
This commit is contained in:
vincents 2005-06-01 09:52:14 +00:00
parent e91d514ec5
commit 4a2a769957

View File

@ -724,7 +724,7 @@ Procedure GetTextExtentIgnoringAmpersands(FontDesc: PPangoFontDescription; Str:
function FontIsDoubleByteCharsFont(TheFont: PGdkFont): boolean;
{$IFDEF GTK1}
function LoadDefaultFont: PGDKFont;
Procedure GetTextExtentIgnoringAmpersands(Font: PGDKFont; Str: PChar;
Procedure GetTextExtentIgnoringAmpersands(FontDesc: PGDKFont; Str: PChar;
LineLength: Longint; lbearing, rbearing, width, ascent, descent: Pgint);
{$EndIf}
function GetDefaultFontName: string;