Flex 嵌入“压缩”字体的字样
我正在尝试嵌入一种字体的不同字体,并为每个字体都有一个 .otf。看起来 Flex 只支持“粗体”、“斜体”。但是,如果我想嵌入“粗体压缩”、“常规压缩”和“黑色”,该怎么办?我将如何实现这一目标?
I am trying to embed different typefaces of a font and have a .otf for each of them. It looks like Flex only supports 'bold','italic'. But what do I do if I want to embed 'bold-condensed', 'regular-condensed' and 'black'. How would I achieve that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果其他人绊倒了这个:
您需要使用 open-type 或 true-type (.otf 或 .ttf)导入字体并以不同的方式命名,
然后您只需将它们视为不同的字体并通过“新”名称引用它们:例如'州际常规压缩'。
If someone else stumbles over this:
You need to import the font using open-type or true-type (.otf or .ttf) and give name it differently
then you'll just treat them as if they were different fonts and reference them by their 'new' name: e.g. 'interstateRegularCondensed'.