CF_SCRIPTSONLY top-level constant

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

ChooseFont should allow selection of fonts for all non-OEM and Symbol character sets, as well as the ANSI character set.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_SCRIPTSONLY instead')
const CF_SCRIPTSONLY = CF_ANSIONLY;