CF_NOFACESEL top-level constant

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

const CF_NOFACESEL = 0x00080000;