Add derived bold / italic / sans-serif / typewriter letters in Mathematical Alphanumeric Symbols block.
This commit is contained in:
parent
aa033e2802
commit
73619b0d6d
8 changed files with 205 additions and 39 deletions
|
@ -24,6 +24,7 @@ function apply(sink, parametersData, styles, blendArgs) {
|
|||
for (const item of styles) intro(parametersData, item, blendArgs, sink);
|
||||
}
|
||||
|
||||
// eslint-disable-next-line complexity
|
||||
function intro(source, style, blendArgs, sink) {
|
||||
let hive = source[style];
|
||||
if (!hive) return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue