Printers and Fonts Kit(3.1) (pfk31qh.hlp) (
Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
SYMBOLSET
◄Up► ◄Next► ◄Previous►
────────────────────────────────────────────────────────────────────────────
typedef enum{
epsymUserDefined,
epsymRoman8,
epsymKana8,
epsymMath8,
epsymUSASCII,
epsymLineDraw,
epsymMathSymbols,
epsymUSLegal,
epsymRomanExt,
epsymISO_DenNor,
epsymISO_UK,
epsymISO_France,
epsymISO_German,
epsymISO_Italy,
epsymISO_SwedFin,
epsymISO_Spain,
epsymGENERIC7,
epsymGENERIC8,
epsymECMA94
} SYMBOLSET;
The SYMBOLSET structure enumerates all supported symbol-set values.
♦