CF_SELECTSCRIPT top-level constant

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

When specified on input, only fonts with the character set identified in the lfCharSet member of the LOGFONT structure are displayed. The user will not be allowed to change the character set specified in the Scripts combo box.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_SELECTSCRIPT instead')
const CF_SELECTSCRIPT = 0x00400000;