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
组合字符的显示效果可以调一调吗?我看有些显示效果还不错。 完整的组合符号参见:https://zh.wikipedia.org/zh-cn/%E7%B5%84%E5%90%88%E5%AD%97%E7%AC%A6 像下划线、下划双线、波浪线、实心着重号、空心着重号,这些比较常见。
The text was updated successfully, but these errors were encountered:
文津宋体支持的组合符号主要用于IPA的附加符号以及注音符号标调的显示。 一般对字符进行下划线、波浪线、着重号等操作不推荐使用在字符后面追加组合符号的做法,使用CSS就可实现上述做法。我个人认为这些并不是字体应处理的范畴(个人观点)。 若使用组合符号来处理,还会遇到因字符宽度不统一而需要制作匹配不同宽度的下划线(或波浪线)的情况(使用OpenType上下文替换功能来匹配宽度)。
另:0323、0331、0333三个字符文津宋体并未支持,应该是其他字体。
Sorry, something went wrong.
了解,html是可以用css。其他应用场景就是在纯文本的时候可以用上,看电子书之类的。
No branches or pull requests
组合字符的显示效果可以调一调吗?我看有些显示效果还不错。
完整的组合符号参见:https://zh.wikipedia.org/zh-cn/%E7%B5%84%E5%90%88%E5%AD%97%E7%AC%A6
像下划线、下划双线、波浪线、实心着重号、空心着重号,这些比较常见。
The text was updated successfully, but these errors were encountered: