Add support of Unicode Variation Sequence for 0 that adds a slash (#1534).

This commit is contained in:
be5invis 2023-01-22 17:48:49 -08:00
parent d2faa3883b
commit 1c0fb8b0f3
5 changed files with 56 additions and 9 deletions

View file

@ -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) {