We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(字幕文件只有一行字幕,这一行只包含一个字母 A)
A
裁剪 HarmonyOS Sans SC 输出的字体额外带上了字母 ligature 和数字变体。
使用 Harfbuzz 后端时,libass 渲染器支持的 OpenType 特性包括 vert、vkna、kern、liga 和 clig。与 libass 相比,VSFilter 各分支支持的特性要么一致、要么更少。
也就是说,字母 ligature 虽然在字幕文件里没用到,但起码渲染器是支持的;但渲染器不支持 frac 特性,压根不可能调出来 dnom 和 numr 下的字图。
The text was updated successfully, but these errors were encountered:
这个我得看看pyftsubset有没有提供直接的支持,如果没有的话可能暂时不会去实现
Sorry, something went wrong.
afs.core: pyft not subset all opentype layout features glyphs, vsfilt…
701110b
…er maybe not support (ref: #13)
No branches or pull requests
(字幕文件只有一行字幕,这一行只包含一个字母
A
)裁剪 HarmonyOS Sans SC 输出的字体额外带上了字母 ligature 和数字变体。
使用 Harfbuzz 后端时,libass 渲染器支持的 OpenType 特性包括 vert、vkna、kern、liga 和 clig。与 libass 相比,VSFilter 各分支支持的特性要么一致、要么更少。
也就是说,字母 ligature 虽然在字幕文件里没用到,但起码渲染器是支持的;但渲染器不支持 frac 特性,压根不可能调出来 dnom 和 numr 下的字图。
The text was updated successfully, but these errors were encountered: