ofxMsdfgen/libs/msdf-atlas-gen/include/artery-font-format
2023-02-17 16:27:31 +01:00
..
artery-font add msdf-atlas-gen libs linux64 & emscripten 2023-02-17 16:27:31 +01:00
example.arfont add msdf-atlas-gen libs linux64 & emscripten 2023-02-17 16:27:31 +01:00
LICENSE.txt add msdf-atlas-gen libs linux64 & emscripten 2023-02-17 16:27:31 +01:00
README.md add msdf-atlas-gen libs linux64 & emscripten 2023-02-17 16:27:31 +01:00

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.