Description
TPSCFontBoxOptions is type that determines the set of fonts, which can appear in the enhanced font box. TPSCFontBoxOptions can have the set of the following values: fbFontFamiliesOnly - displays only font families without locale suffixes. fbAnsiOnly - displays only fonts that use the Windows character set. Symbol fonts are not displayed. fbTrueTypeOnly - displays only TrueType fonts. fbFixedPitchOnly - displays only monospaced fonts. Proportionally spaced fonts are not listed, nor are TrueType fonts that do not have the fixed-pitch flag set in the style header. fbNoOEMFonts - removes OEM fonts. Displays only non-OEM fonts. fbOEMFontsOnly - displays only OEM font. fbScalableOnly - displays only scalable fonts. Non-scalable (bitmap) fonts are removed from the font box. fbNoVectorFonts - removes vector fonts from the font box; lists only non-vector fonts. (Vector fonts are Windows 1.0 fonts, such as Roman or Script, which resemble pen-plotter output.) fbWysiwyg - displays only fonts that are available to both the printer and the screen. Device-specific fonts are not listed in the font box. Note: There is mutually exclusive option of the TPSCFontBoxOptions. This is fbNoOEMFonts and fbOEMFontsOnly.