获取单个字形指标 (.net)
如何从所选字体中获取有关单个字形的完整信息(例如 Arial -> 符号“A”)
这张图片描述了我需要查找的变量:
How can I get full information about single glyph from choosen font (for example Arial -> symbol "A")
This picture describe what variables I need to find:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以从 FontFamily 类开始。
和这篇 CP 文章 http://www.codeproject.com/KB/GDI-plus /扩展图形II.aspx
You can start with the FontFamily class.
and this CP article http://www.codeproject.com/KB/GDI-plus/ExtendedGraphicsII.aspx
我认为 FontFamily 不会提供有关特定字形的任何信息,但 DirectWrite 接口可能会起作用:(我还没有使用它)
I don't think FontFamily will give any information about a particular glyph, but the DirectWrite interface might work: (I haven't used it yet)