CF_USESTYLE top-level constant

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

The lpszStyle member is a pointer to a buffer that contains style data that ChooseFont should use to initialize the Font Style combo box. When the user closes the dialog box, ChooseFont copies style data for the user's selection to this buffer.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_USESTYLE instead')
const CF_USESTYLE = 0x00000080;