mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 02:28:04 +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);
|
||||
TFontName = string;
|
||||
TFontDataName = string[LF_FACESIZE -1];
|
||||
TFontStyle = (fsBold, fsItalic, fsStrikeOut, fsUnderline);
|
||||
TFontStyle = (fsBold, fsItalic, fsUnderline, fsStrikeOut);
|
||||
TFontStyles = set of TFontStyle;
|
||||
TFontStylesbase = set of TFontStyle;
|
||||
TFontCharSet = 0..255;
|
||||
|
Loading…
Reference in New Issue
Block a user