CF_BOTH top-level constant

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

This flag is ignored for font enumeration.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_BOTH instead')
const CF_BOTH = CF_SCREENFONTS | CF_PRINTERFONTS;