解密 XLoadFont 使用的字体字符串
我试图弄清楚字体字符串的不同部分代表什么。例如:
-adobe-helvetica-medium-r-normal--11-80-100-100-p-56-iso10646-1
^ font name ^ r=regular, o=italic
^ medium or bold
我标记了我使用和知道的少数几个,但其余的用来做什么?
基本上,我希望学习这种格式,以便我可以动态创建这些字符串来加载新字体。
我尝试在 Google 中查找某些内容,但显然我使用了错误的搜索词。感谢您的任何帮助。
I am trying to figure out what the varying pieces of a font string represent. For example:
-adobe-helvetica-medium-r-normal--11-80-100-100-p-56-iso10646-1
^ font name ^ r=regular, o=italic
^ medium or bold
I labeled the few I use and know, but what is the rest used for?
Basically, I am hoping to learn the format so I can dynamically create these strings to load new fonts.
I attempted to locate something in Google, but I am obviously using the wrong search terms. Thanks for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您要查找的是 X 逻辑字体描述,可在 http://www.x.org/releases/X11R7.6/doc /xorg-docs/specs/XLFD/xlfd.html
What you are looking for is X Logical Font Description, available at http://www.x.org/releases/X11R7.6/doc/xorg-docs/specs/XLFD/xlfd.html