Skip to content

Commit

Permalink
complete currency
Browse files Browse the repository at this point in the history
  • Loading branch information
nclslbrn committed May 20, 2024
1 parent 4c7af9d commit ba79e3b
Show file tree
Hide file tree
Showing 5 changed files with 555 additions and 21 deletions.
2 changes: 1 addition & 1 deletion demo/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const mirrorXGlyph = (g: Glyph) =>
const mirrorYGlyph = (g: Glyph) =>
g.map((l: Line) => l.map((p: Vec) => [1 - p[0], p[1]]));

//alert(`ɐ: ${JSON.stringify(rotateGlyph(font["a"]))},`);
// alert(`ɐ: ${JSON.stringify(mirrorXGlyph(font["S"]))},`);

const fontFamily =
'ui-monospace, Menlo, Monaco,"Cascadia Mono", "Segoe UI Mono", "Roboto Mono","Oxygen Mono", "Ubuntu Monospace", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Courier New", monospace;';
Expand Down
2 changes: 1 addition & 1 deletion demo/src/letters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ export default [
// Punctuation
...'"⁄_-–—,;;:!¡?¿.…··\'‘’‚‹›"“”„«»()[]{}§¶@*/\\&#%†•′″"',
// Currency
..."₠₡₢₣₤₥₦₧₩₪₫€₭₮₯₰₱₲₳₴₵₶₷₸₹₺₻₼₽₾₿₨",
..."₠₡₢₣₤₥₦₧₩₪₫€₭₮₯₰₱₲₳₴₵₶₷₸₹₺₻₼₽₾₿₨$£¤¥",
];
Loading

0 comments on commit ba79e3b

Please sign in to comment.