Chlumsky / artery-font-format

Artery Atlas Font format library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artery Atlas Font format library

This is a header-only C++ library that facilitates encoding and decoding of the Artery Atlas Font format – a specialized binary file format for storing fonts as bitmap atlases used by the Artery Engine, intended for use in video games and other hardware accelerated applications.

An Artery Atlas font file (*.arfont) wraps together the atlas bitmap(s), which can be compressed e.g. in PNG format, the layout of the atlas, as well as the font's and the individual glyphs' metrics and positioning data, including kerning pairs.

About

Artery Atlas Font format library

License:MIT License


Languages

Language:C++ 99.3%Language:C 0.7%