FairyGUI-monogame icon indicating copy to clipboard operation
FairyGUI-monogame copied to clipboard

iOS或iPhone版,有System.Drawing.dll的依赖

Open noruler opened this issue 5 years ago • 0 comments

由于内置的字体等代码需要依赖 System.Drawing.dll,而System.Drawing.dll 由于性能等问题已经不被.net standard 2.0支持。但.net standard 中又保留了System.Drawing.dll 等相关的接口,但没有实现。 使用FairyGui-monogame,将不能做到真正的跨平台。目前代码仅能在windows下显示。

需要改造。

noruler avatar Jul 28 '20 09:07 noruler