CF_SCALABLEONLY top-level constant
Specifies that ChooseFont should allow only the selection of scalable fonts. Scalable fonts include vector fonts, scalable printer fonts, TrueType fonts, and fonts scaled by other technologies.
Implementation
@Deprecated('Use CHOOSEFONT_FLAGS.CF_SCALABLEONLY instead')
const CF_SCALABLEONLY = 0x00020000;