mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-06 18:38:23 +02:00
LCL: Change the TFontStyle item order to match with Delphi. Issue #30224.
git-svn-id: trunk@52437 -
This commit is contained in:
parent
21b3356fc3
commit
d16215576d
@ -60,7 +60,7 @@ type
|
|||||||
TFontPitch = (fpDefault, fpVariable, fpFixed);
|
TFontPitch = (fpDefault, fpVariable, fpFixed);
|
||||||
TFontName = string;
|
TFontName = string;
|
||||||
TFontDataName = string[LF_FACESIZE -1];
|
TFontDataName = string[LF_FACESIZE -1];
|
||||||
TFontStyle = (fsBold, fsItalic, fsStrikeOut, fsUnderline);
|
TFontStyle = (fsBold, fsItalic, fsUnderline, fsStrikeOut);
|
||||||
TFontStyles = set of TFontStyle;
|
TFontStyles = set of TFontStyle;
|
||||||
TFontStylesbase = set of TFontStyle;
|
TFontStylesbase = set of TFontStyle;
|
||||||
TFontCharSet = 0..255;
|
TFontCharSet = 0..255;
|
||||||
|
Loading…
Reference in New Issue
Block a user