CF_NOSCRIPTSEL top-level constant

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

Disables the Script combo box. When this flag is set, the lfCharSet member of the LOGFONT structure is set to DEFAULT_CHARSET when ChooseFont returns. This flag is used only to initialize the dialog box.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_NOSCRIPTSEL instead')
const CF_NOSCRIPTSEL = 0x00800000;