reinefjord / bdf.nim

Library for parsing - and rendering text using - bdf fonts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=======
bdf.nim
=======

This is a Nim library for parsing Glyph Bitmap Distribution Format (BDF) files
and rendering text using the font.

I make no guarantees about its correctness, functionality or readability. The
intended use is to to render monospaced fonts on small displays.
Writing Mode 1 isn't considered for example.

Read the code, use with care.

The BDF spec:
https://adobe-type-tools.github.io/font-tech-notes/pdfs/5005.BDF_Spec.pdf

About

Library for parsing - and rendering text using - bdf fonts

License:BSD Zero Clause License


Languages

Language:Nim 100.0%