Source position: fpsvg.types.pp line 376
type TSVGFontStretch = (
fsUltraCondensed,
fsExtraCondensed,
fsCondensed,
fsSemiCondensed,
fsNormal,
fsSemiExpanded,
fsExpanded,
fsExtraExpanded,
fsUltraExpanded
);