示例#1
0
文件: Font.cs 项目: carlosalberto/xwt
 static Font()
 {
     handler = WidgetRegistry.CreateSharedBackend<IFontBackendHandler> (typeof(Font));
 }
示例#2
0
文件: Font.cs 项目: migueldeicaza/xwt
 static Font()
 {
     handler = WidgetRegistry.CreateSharedBackend <IFontBackendHandler> (typeof(Font));
 }