mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 00:39:26 +02:00
LCL: Graphics: DefFontData is to be changed, declare it as var
git-svn-id: trunk@62554 -
This commit is contained in:
parent
cb399a6260
commit
a1a3a98062
@ -86,7 +86,7 @@ type
|
|||||||
Orientation: Integer;
|
Orientation: Integer;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
const
|
var
|
||||||
// New TFont instances are initialized with the values in this structure.
|
// New TFont instances are initialized with the values in this structure.
|
||||||
// About font default values: The default font is chosen by the interfaces
|
// About font default values: The default font is chosen by the interfaces
|
||||||
// depending on the context. For example, there can be a different default
|
// depending on the context. For example, there can be a different default
|
||||||
|
Loading…
Reference in New Issue
Block a user