Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bitofgold/pixelfontcanvas
- Owner: BitOfGold
- License: mit
- Created: 2017-11-28T18:05:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T11:17:44.000Z (almost 4 years ago)
- Last Synced: 2023-10-03T23:18:19.613Z (about 1 year ago)
- Topics: canvas, draw, fnt, pixel, pixel-font
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_genEmulogic:
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