Force all variants of mathematical sans-serif characters to remove all serifs, including motion serifs (#1030).

This commit is contained in:
be5invis 2021-05-22 14:52:07 -07:00
parent 96d8db8ef7
commit 20dc6ad361
47 changed files with 727 additions and 184 deletions

View file

@ -33,6 +33,7 @@ function SimpleProp(key) {
const ZReduced = SimpleProp("ZReduced");
const DollarShrinkKernel = SimpleProp("DollarShrinkKernel");
const DollarShorterBar = SimpleProp("DollarShorterBar");
const MathSansSerif = SimpleProp("MathSansSerif");
const CvDecompose = {
get(glyph) {
@ -356,4 +357,5 @@ exports.CvDecompose = CvDecompose;
exports.createGrDisplaySheet = createGrDisplaySheet;
exports.DollarShrinkKernel = DollarShrinkKernel;
exports.DollarShorterBar = DollarShorterBar;
exports.MathSansSerif = MathSansSerif;
exports.SvInheritableRelations = [DollarShrinkKernel, DollarShorterBar];