探知,不断发现
探知不断发现

OpenType (erratic; Microsoft's fonts are allowed, Adobe's fonts are not
allowed)*

 

 

 PrivateFontCollection pfc = new PrivateFontCollection();

        pfc.AddFontFile(Server.MapPath("~/adobe.otf"));

net don't support open type from Adobe.

net 不支持 adobe 的字体

 

解决方法。。使用FontCreator 转成ttf

use fontcreateor convert opentype to truetype. goodluck

posted on 2008-11-06 16:42  lovebanyi  阅读(309)  评论(0)    收藏  举报