math-text-transform 0.1.1

Transform greek letters, latin letters, or decimal digits into certain variants from the mathematical alphanumeric symbols Unicode block (U+1D400–U+1D7FF). For example to bold, italic, script or double-struck.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Variant must be one of:
    -bf        --bold
    -it        --italic
    -bf-it     --bold-italic
    -sf        --sans-serif
    -sf-bf     --sans-serif-bold
    -sf-it     --sans-serif-italic
    -sf-bf-it  --sans-serif-bold-italic
    -cc        --script
    -bf-cc     --bold-script
    -fr        --fraktur
    -bf-fr     --bold-fraktur
    -tt        --monospace
    -bb        --double-struck
    -h         --help