我们使用字形做什么?
什么是字形,我们用它做什么,特别是在 silverlight 和 xaml 的上下文中?
What is a glyph and what do we use it for especially in context of silverlight and xaml?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
字形是要在屏幕上绘制的字符的低级描述。 MSDN 上有一篇关于它们的好文章: GlyphRun 对象和 Glyphs 元素简介。
发布一个链接供您阅读,我认为这比简单地重复我的答案中的信息要好(它有图片和链接供进一步阅读)。
Glyphs are a low-level depiction of a character to be drawn on-screen. A good article on them is available on MSDN: Introduction to the GlyphRun Object and Glyphs Element.
Posting a link for you read, I think it is better than simply rehashing the information in my answer (it has pictures and links for further reading).
有关 Glyphs 的信息,请参阅以下 MSDN 文章:
http:// msdn.microsoft.com/en-us/library/bb979862(VS.95).aspx
您还可以在此处查看更多示例:
http://www.wynapse.com/Silverlight/Silverlight_Glyph_Explorer.aspx
See the following MSDN article for info on Glyphs:
http://msdn.microsoft.com/en-us/library/bb979862(VS.95).aspx
you can also see more examples here:
http://www.wynapse.com/Silverlight/Silverlight_Glyph_Explorer.aspx