Skip to content

Commit

Permalink
Update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
meyer committed Dec 27, 2019
1 parent 276fd46 commit 2ce99bf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ The unicode codepoint for :sunglasses: is `1f60e`.
```js
String.fromCodePoint(parseInt('1f60e', 16));
```

## Interesting links

- https://docs.microsoft.com/en-us/typography/opentype/spec/otff
- https://developer.apple.com/fonts/TrueType-Reference-Manual/
- https://github.com/foliojs/restructure
- https://github.com/deepakjois/luafontkit/blob/4832aa04f501ed1b7a3d2691022deaafac3c0d27/src/TrueTypeCollection.js

0 comments on commit 2ce99bf

Please sign in to comment.