CF_NOVERTFONTS top-level constant

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

Causes the Font dialog box to list only horizontally oriented fonts.

Implementation

@Deprecated('Use CHOOSEFONT_FLAGS.CF_NOVERTFONTS instead')
const CF_NOVERTFONTS = 0x01000000;