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