https://github.com/stanthesoupking/bdf-reader
Reads Adobe's Glyph Bitmap Distribution Format (BDF)
https://github.com/stanthesoupking/bdf-reader
bdf-format library
Last synced: 8 months ago
JSON representation
Reads Adobe's Glyph Bitmap Distribution Format (BDF)
- Host: GitHub
- URL: https://github.com/stanthesoupking/bdf-reader
- Owner: stanthesoupking
- Created: 2020-05-12T12:49:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T04:46:15.000Z (about 6 years ago)
- Last Synced: 2025-07-26T05:40:32.934Z (11 months ago)
- Topics: bdf-format, library
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BDF Reader
Reads Adobe's Glyph Bitmap Distribution Format (BDF)
## Usage
This project is currently in its very early development stage so no usage patterns have been created yet. See the `src/main.cpp` file for an example of how this library may be used.
## Compiling
The easiest way to include this library in your project is to include it in your `CMakeLists.txt`.
## Limitations
Due to the internal data structure used for storing bitmap data, only fonts with a width of 8 or less pixels are supported. This may be expanded upon in the future depending on demand.