CF_PRINTERFONTS top-level constant

  1. @Deprecated('Use CHOOSEFONT_FLAGS.CF_PRINTERFONTS instead')
int const CF_PRINTERFONTS

This flag is ignored for font enumeration. In Windows Vista or below, it caused the dialog box to list only the fonts supported by the printer associated with the device context or information context identified by the hDC member.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_PRINTERFONTS instead')
const CF_PRINTERFONTS = 0x00000002;