예제 #1
0
        public static void MapFont(IEditorHandler handler, IEditor editor)
        {
            var fontManager = handler.GetRequiredService <IFontManager>();

            handler.PlatformView?.UpdateFont(editor, fontManager);
        }
예제 #2
0
 public static void MapFont(IEditorHandler handler, IEditor editor) =>
 handler.PlatformView?.UpdateFont(editor, handler.GetRequiredService <IFontManager>());