CF_SCREENFONTS top-level constant

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

This flag is ignored for font enumeration. In Windows Vista or below, it caused the dialog box to list only the screen fonts supported by the system.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_SCREENFONTS instead')
const CF_SCREENFONTS = 0x00000001;