proxy.golang.org : github.com/PinwheelSystem/bitmap
The bitmap package loads a bitmap font from an image using a descriptor file. A bitmap font is a font with glyphs that is literally bitmapped, with a transparent pixel being `0`, and any opaque pixel being `1`. A descriptor file describes the size (width, height) of each glyph. It is a JSON file, the same name as the font itself. An example: the font is `fnt.png`, the descriptor will be `fnt.json`, and would look like: ` [ `
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/%21pinwheel%21system/bitmap
Keywords:
bitmap
, bitmap-font
, fonts
, golang
License: BSD-3-Clause
Latest release: almost 5 years ago
First release: almost 5 years ago
Namespace: github.com/PinwheelSystem
Stars: 4 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 18 days ago