Pomax / lib-font

This library adds a new Font() object to the JavaScript toolbox, similar to new Image() for images
MIT License
734 stars 72 forks source link

Start on ./examples dir, add simple name table example #119

Closed RoelN closed 3 years ago

RoelN commented 3 years ago

This example is deliberately simple and verbose, so we can have an entry-level example for something that outputs something a human can read and understand.

@Pomax Do you have any comments on the format, tone-of-voice, scope, etc.? I would like to contribute by extracting some more examples, ranging from simple to more advanced.

RoelN commented 3 years ago

We can perhaps leave this PR open till we have a nice set of samples, instead of opening a PR per example?