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