Add support of Unicode Variation Sequence for 0
that adds a slash (#1534).
This commit is contained in:
parent
d2faa3883b
commit
1c0fb8b0f3
5 changed files with 56 additions and 9 deletions
|
@ -19,6 +19,7 @@ export const Dotless = {
|
|||
export const LowerYDotAtBelow = LinkedGlyphProp("LowerYDotAtBelow");
|
||||
export const DependentSelector = LinkedGlyphProp("DependentSelector");
|
||||
export const MathSansSerif = LinkedGlyphProp("MathSansSerif");
|
||||
export const VS01 = LinkedGlyphProp("VS01");
|
||||
function LinkedGlyphProp(key) {
|
||||
return {
|
||||
get(glyph) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue