使用 C# 检测和操作 XPS 文档中使用的字体
我正在寻找开发/定位 XPS 文档的查找替换工具。
有谁知道如何在 C# 中检测 XPS 文档中使用的字体?以及如何根据 TypeFace 字符/字体生成 ODTTF Fils?
亲切的问候,
马特
I am looking to develop/locate a find-replace tool for XPS documents.
Does anyone know how to detect the the fonts used within XPS Documents within C#? And also how to produce an ODTTF Fils based on TypeFace Characters/Font?
Kind regards,
Matt
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
进入 XPS 包 (System.IO.Packaging) 后,您可以使用 ODTTF 的前 32 个字节来确定其名称。
You can use the first 32 bytes of the ODTTF to determine its name once you're in XPS package (System.IO.Packaging).