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

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