-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
动态字体提取 #107
Comments
@tatsuketer 请问问题最后如何解决的? |
@hooozen 我发现了一个第三方的字体库 Pal3love/Source-Han-TrueType ,提供了 所以我放弃了 |
@tatsuketer 非常感谢!看起来 opentypejs 这个库正是我要找的 |
@tatsuketer 你好,我查看了 OpenTypeJS,但目前它好像还不支持可变字体(Variable Font)的编辑,查看 issue483。你最终是使用了多字体文件吗? |
@hooozen 是这样的,我依然使用了上述提到的第三方字库,在 OpenTypeJS 中使用了多个静态字体文件。 |
@tatsuketer 谢谢! |
试试 iconfont 的在线子集服务,支持 OTF 和可变字体等:https://www.iconfont.cn/fonts/detail?spm=a313x.7781069.1998910419.d9df05512&cnid=nsKKStjV4gdI |
@yisibl 这个是在线手动生成的,没有找到脚本下载。另外,我看页面中也需要下载多个字重文件。 |
@hooozen 下载多个字重文件是啥意思? |
问题依然存在 |
就是需要粗体、细体、常规之类的不同字重的字体. |
我计划在网站中使用 思源宋体 ,但是目前官方提供的
OTF
字体使用Fontmin.otf2ttf()
无法正常转换,会出现乱码或者空字体的情况。于是我尝试使用
Variable Font
版本的TTF
字体,官方似乎只提供了这个版本,,但是在转化过程中,只有一种 font-weight 的字体被生成。于是加粗之后的字体并不符合预期,并不是 Bold 或是 Heavy 的类型,而是简单的在字体周围加粗了而已。请问是否有提供插件或选项以解决此问题?
The text was updated successfully, but these errors were encountered: