Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在设计时将“ Lucida Handwriting ”用于一个文本块控件。
但我在模拟器上运行它需要像这样的字体
在设计时
在模拟器上运行
怎么可能。我该如何解决这种差异。请帮我。
提前致谢。
您是否在应用程序包中包含字体文件?
1) 将您希望使用的字体文件添加到项目中,并将 Build Action 设置为 Embedded Resource。还要确保将文件复制到“复制到输出目录”属性中的程序集。2)选择您的文本块,然后在属性中下拉字体选择下拉菜单。
您应该在那里看到您的字体,它将被编译到程序集中并可以在应用程序中使用。