adobe-fonts: correct an oversight and update the status of typst - #59
Merged
Conversation
YDX-2147483647
marked this pull request as draft
June 16, 2026 12:48
YDX-2147483647
force-pushed
the
source-han
branch
from
June 16, 2026 12:56
22f4731 to
65450a8
Compare
YDX-2147483647
marked this pull request as ready for review
June 16, 2026 13:01
taoky
approved these changes
Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
typst 最新版本支持可变字体了;现在更新了页面上相关表述。
黑体部分解释可变字体总体积更小时,列举了具体数值,但之前这些数值错写成宋体的了;现在改正为黑体的。
这一规律对宋体、黑体都适用,但黑体笔画细节比宋体少,所以文件整体会更小,数值明显不同。
当时 adobe-fonts: create a new help page #45 我私下最早把宋体放前面,所以统计的是宋体;后来我颠倒了顺序(因为黑体比宋体早,而且按字典序 Sans < Serif),然后想当然以为宋体、黑体差不了多少,就没重新统计……
另外据说 HarfBuzz(偏底层的文本整形引擎)用思源字体的
*.ttf会触发 65536 溢出,而*.otf不会。考虑到目前页面上只提供*.otf链接,而且该问题的波及范围不甚清楚,就不往上写了。如果以后有人想加*.ttf链接,可能需要注意一下。