LCL: Change the TFontStyle item order to match with Delphi. Issue #30224.

git-svn-id: trunk@52437 -
This commit is contained in:
juha 2016-06-04 09:12:28 +00:00
parent 21b3356fc3
commit d16215576d

View File

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