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

            hexEditor.Options.FontName = name;
            hexEditor.PurgeLayoutCaches();
            hexEditor.Repaint();
        }