示例#1
0
        void SetOptions()
        {
            var name = IdeServices.FontService.FilterFontName(IdeServices.FontService.GetUnderlyingFontName("Editor"));

            hexEditor.Options.FontName = name;
            hexEditor.PurgeLayoutCaches();
            hexEditor.Repaint();
        }
示例#2
0
 void SetOptions()
 {
     hexEditor.Options.FontName = MonoDevelop.SourceEditor.DefaultSourceEditorOptions.Instance.FontName;
     hexEditor.PurgeLayoutCaches();
     hexEditor.Repaint();
 }