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