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