CF_NOOEMFONTS top-level constant

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

Same as the CF_NOVECTORFONTS flag.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_NOOEMFONTS instead')
const CF_NOOEMFONTS = CF_NOVECTORFONTS;