Skip to content

Commit

Permalink
Add figures for subscript numbers (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 25, 2021
1 parent 6a43c8a commit eb77ed3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.d.ts
Expand Up @@ -33,6 +33,16 @@ declare const figureSet: {
readonly arrowRight: string;
readonly arrowLeftRight: string;
readonly arrowUpDown: string;
readonly subscriptZero: string;
readonly subscriptOne: string;
readonly subscriptTwo: string;
readonly subscriptThree: string;
readonly subscriptFour: string;
readonly subscriptFive: string;
readonly subscriptSix: string;
readonly subscriptSeven: string;
readonly subscriptEight: string;
readonly subscriptNine: string;
readonly radioOn: string;
readonly radioOff: string;
readonly checkboxOn: string;
Expand Down
10 changes: 10 additions & 0 deletions index.js
Expand Up @@ -16,6 +16,16 @@ const common = {
arrowRight: '→',
arrowLeftRight: '↔',
arrowUpDown: '↕',
subscriptZero: '₀',
subscriptOne: '₁',
subscriptTwo: '₂',
subscriptThree: '₃',
subscriptFour: '₄',
subscriptFive: '₅',
subscriptSix: '₆',
subscriptSeven: '₇',
subscriptEight: '₈',
subscriptNine: '₉',
oneHalf: '½',
oneThird: '⅓',
oneQuarter: '¼',
Expand Down
10 changes: 10 additions & 0 deletions readme.md
Expand Up @@ -104,6 +104,16 @@ Symbols to use when running on Windows.
| checkboxCircleOn || (×) |
| checkboxCircleOff || ( ) |
| questionMarkPrefix | ?⃝ ||
| subscriptZero |||
| subscriptOne |||
| subscriptTwo |||
| subscriptThree |||
| subscriptFour |||
| subscriptFive |||
| subscriptSix |||
| subscriptSeven |||
| subscriptEight |||
| subscriptNine |||
| oneHalf | ½ | ½ |
| oneThird |||
| oneQuarter | ¼ | ¼ |
Expand Down

0 comments on commit eb77ed3

Please sign in to comment.