Force all variants of mathematical sans-serif characters to remove all serifs, including motion serifs (#1030).
This commit is contained in:
parent
96d8db8ef7
commit
20dc6ad361
47 changed files with 727 additions and 184 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue