码迷,mamicode.com
首页 > Windows程序 > 详细

Font 'C:\WINDOWS\FONTS\msyh.ttc' with 'Identity-H' is not recognized

时间:2017-03-24 11:53:06      阅读:644      评论:0      收藏:0      [点我收藏+]

标签:路径   方案   错误   not   ati   windows   生成   stat   微软   

在生成PDF使用windows自带字体雅黑的时候不停的报“Font ‘C:\WINDOWS\FONTS\msyh.ttc‘ with ‘Identity-H‘ is not recognized”的错误

解决方案

static BaseFont yaHei = BaseFont.CreateFont("c://windows//fonts//msyh.ttc", BaseFont.IDENTITY_H, BaseFont.EMBEDDED);//微软雅黑

改为

static BaseFont yaHei = BaseFont.CreateFont("c://windows//fonts//msyh.ttc,0", BaseFont.IDENTITY_H, BaseFont.EMBEDDED);//微软雅黑

在字体路径的后面加了一个“,0”解决了,虽然不知道为什么,但是猜测这个是字体组有关,因为雅黑有三种,常规、加粗、极细

 

Font 'C:\WINDOWS\FONTS\msyh.ttc' with 'Identity-H' is not recognized

标签:路径   方案   错误   not   ati   windows   生成   stat   微软   

原文地址:http://www.cnblogs.com/albertay/p/6610667.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!