CF_LIMITSIZE top-level constant

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

ChooseFont should select only font sizes within the range specified by the nSizeMin and nSizeMax members.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_LIMITSIZE instead')
const CF_LIMITSIZE = 0x00002000;