CF_NOSTYLESEL top-level constant

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

When using a LOGFONT structure to initialize the dialog box controls, use this flag to prevent the dialog box from displaying an initial selection for the Font Style combo box. This is useful when there is no single font style that applies to the text selection.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_NOSTYLESEL instead')
const CF_NOSTYLESEL = 0x00100000;