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