This font format is an optional dependency of the msdf-atlas repo, mirror if needed to compile.
Go to file
Viktor Chlumský 00ac3d8f96
License added
2020-10-17 18:53:19 +02:00
artery-font Version 1.0 2020-03-07 11:40:32 +01:00
LICENSE.txt License added 2020-10-17 18:53:19 +02:00
README.md Version 1.0 2020-03-07 11:40:32 +01:00
example.arfont Version 1.0 2020-03-07 11:40:32 +01:00

README.md

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.