* Made adjustment to the core to allow fonts to keep their case when returned from `listFonts`.
1.2.1
* Added new function `listFonts` that returns a list of registered fonts.
1.2.0
* Added new options to some commands for the capability to use fast fonts, a slightly less accurate calculation method that is much faster than the more accurate version. * Added .gitignore
1.1.1
* Fixed bug caused by `MIN_SIZE` accidentally being deleted.
1.1.0
* Implemented threading to make longer strings faster. * Fixed an error with `setSizes` so that it actually modified the global variables.
1.0.1
* Fixed version number. * Added new function to core: `attemptFit`.