CF_TTONLY top-level constant

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

ChooseFont should only enumerate and allow the selection of TrueType fonts.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_TTONLY instead')
const CF_TTONLY = 0x00040000;