标签: xaml printing fonts xps custom-font
可能重复: Xps printing from windows service
我有一个在XAML文档中引用的自定义.TTF字体。
例如:
<TextBlock FontFamily="custom font name">render me</TextBlock>
我尝试将字体嵌入为资源,我尝试直接在XAML和xaml的代码隐藏中引用字体文件。
我可以使用一个简单的html文件,引用该字体并将其打印到常规打印机,它渲染得很好。
如何在此XAML文档中正确打印此自定义字体?