mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:29:34 +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;
|
||||
{$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;
|
||||
|
Loading…
Reference in New Issue
Block a user