コード例 #1
0
ファイル: HexEditorView.cs プロジェクト: zcf7822/monodevelop
        void SetOptions()
        {
            var name = FontService.FilterFontName(FontService.GetUnderlyingFontName("Editor"));

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