Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bitofgold/pixelfontcanvas

Lib to draw a text with angelfont/bmfont compatible bitmap/pixel font (.fnt), to a canvas.
https://github.com/bitofgold/pixelfontcanvas

canvas draw fnt pixel pixel-font

Last synced: about 10 hours ago
JSON representation

Lib to draw a text with angelfont/bmfont compatible bitmap/pixel font (.fnt), to a canvas.

Awesome Lists containing this project

README

        

# PixelFontCanvas
Lib to draw a text with angelfont/bmfont compatible bitmap/pixel font (.fnt), to a canvas.
Easy to use.

Only uses HTML5 canvas. No dependencies.

### Demo ###

https://bitofgold.github.io/PixelFontCanvas/

### Pixel font files are from: ###

VGA 9 x 16 font:
https://int10h.org/oldschool-pc-fonts/fontlist/#ibm_2nd_gen

Emulogic:
http://www.fontspace.com/freaky-fonts/emulogic

### License ###

This content is released under the MIT License, check the file LICENSE

Partly based on PixiJS's BitmapText:
https://github.com/pixijs/pixi.js/blob/dev/src/extras/BitmapText.js