CF_NOFACESEL top-level constant

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

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 name combo box. This is useful when there is no single font name that applies to the text selection.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_NOFACESEL instead')
const CF_NOFACESEL = 0x00080000;