LCL: Graphics: DefFontData is to be changed, declare it as var

git-svn-id: trunk@62554 -
This commit is contained in:
ondrej 2020-01-14 16:37:10 +00:00
parent cb399a6260
commit a1a3a98062

View File

@ -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