Source position: system.uitypes.pp line 313
type TFontStylesBase = set of (
fsBold,
fsItalic,
fsUnderline,
fsStrikeOut
);