View Source API Reference chisel v0.2.1
Modules
Chisel is a library that uses bitmap fonts to sculpt text on any device that can handle pixels.
Interface for managing fonts
Defines a glyph for font rendering, including its properties and bitmap data. Useful for managing glyph rendering in graphics applications.
The renderer is capable of draw the text on any target using for that a function that receives the x, y coordinates of the pixel to be painted.