void SetOptions() { var name = FontService.FilterFontName(FontService.GetUnderlyingFontName("Editor")); hexEditor.Options.FontName = name; hexEditor.PurgeLayoutCaches(); hexEditor.Repaint(); }