Source position: fpttf.pp line 37
type TTrueTypeFontStyles = set of (
fsRegular,
fsItalic,
fsBold,
fsCondensed,
fsExtraLight,
fsLight,
fsSemibold,
fsMedium,
fsBlack,
fsFixedWidth
);