mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-17 13:46:40 +02:00
Qt: formatting
git-svn-id: trunk@40994 -
This commit is contained in:
parent
4371fd2a2d
commit
7aabf4415d
@ -324,7 +324,7 @@ end;
|
|||||||
Params:
|
Params:
|
||||||
Returns:
|
Returns:
|
||||||
------------------------------------------------------------------------------}
|
------------------------------------------------------------------------------}
|
||||||
function TQtWidgetSet.FontCanUTF8(Font: HFont): Boolean;
|
function TQtWidgetSet.FontCanUTF8(Font: HFont): boolean;
|
||||||
begin
|
begin
|
||||||
Result := IsValidGDIObject(Font);
|
Result := IsValidGDIObject(Font);
|
||||||
end;
|
end;
|
||||||
@ -334,7 +334,7 @@ end;
|
|||||||
Params:
|
Params:
|
||||||
Returns:
|
Returns:
|
||||||
------------------------------------------------------------------------------}
|
------------------------------------------------------------------------------}
|
||||||
function TQtWidgetSet.FontIsMonoSpace(Font: HFont): Boolean;
|
function TQtWidgetSet.FontIsMonoSpace(Font: HFont): boolean;
|
||||||
var
|
var
|
||||||
QtFontInfo: QFontInfoH;
|
QtFontInfo: QFontInfoH;
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user