CF_INACTIVEFONTS top-level constant

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

ChooseFont should additionally display fonts that are set to Hide in Fonts Control Panel.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_INACTIVEFONTS instead')
const CF_INACTIVEFONTS = 0x02000000;