在Windows 6.5 C#中使用.ttf字体

时间:2011-06-21 15:41:01

标签: windows-mobile fonts true-type-fonts windows-mobile-6.5

我尝试使用.ttf文件作为我的默认应用程序字体,但我还没有找到如何加载它...我试过这个:

customFont = new Font("MyProject.res.sony_sketch.ttf", 10F, FontStyle.Regular);

但是当我使用customFont时,它会显示默认值...任何人都可以帮助我吗?谢谢!

1 个答案:

答案 0 :(得分:2)

that constructor的第一个参数,如果是字体系列名称,则需要先安装字体,然后按姓氏引用它。