CF_FORCEFONTEXIST top-level constant

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

ChooseFont should indicate an error condition if the user attempts to select a font or style that is not listed in the dialog box.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_FORCEFONTEXIST instead')
const CF_FORCEFONTEXIST = 0x00010000;