Source position: graphics.pp line 58
type TFontStyles = set of (
fsBold,
fsItalic,
fsStrikeOut,
fsUnderline
);