2 references to CF_NOVERTFONTS
System.Windows.Forms (2)
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (2)
72get => !GetOption(CHOOSEFONT_FLAGS.CF_NOVERTFONTS); 73set => SetOption(CHOOSEFONT_FLAGS.CF_NOVERTFONTS, !value);