使用OpenType字体会抛出FileNotFoundException未处理的错误

时间:2013-10-18 16:08:31

标签: c# fonts opentype

我需要使用OCR A字体,并且通常对TrueType字体文件没有任何问题,但现在我正在使用otf(OpenType字体)文件我在尝试添加时出现此错误我的字体集合使用以下代码:

        string ocrfont_file = (Path.Combine(System.Windows.Forms.Application.StartupPath, @"OCRAStd.otf"));
        //string ocrfont_file = (Path.Combine(System.Windows.Forms.Application.StartupPath, @"OCRAEXT.TTF"));
        fontCollection.AddFontFile(ocrfont_file);

我可以按照自己的意愿使用吗?

0 个答案:

没有答案