msdf-atlas: Types and parser for the MSDF atlas layout

[ bsd3, graphics, library ] [ Propose Tags ] [ Report a vulnerability ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.1.0
Change log CHANGELOG.md
Dependencies aeson, base (>=4.7 && <5), containers, text, vector [details]
License BSD-3-Clause
Copyright 2026 IC Rainbow
Author IC Rainbow
Maintainer aenor.realm@gmail.com
Uploaded by AlexanderBondarenko at 2026-03-15T15:43:30Z
Category Graphics
Source repo head: git clone https://gitlab.com/dpwiz/msdf-atlas
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 11 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-03-15 [all 1 reports]

Readme for msdf-atlas-0.1.1.0

[back to package description]

msdf-atlas

Hackage Version

Structures and aeson parsers for glyph atlases.

You may not want this when working with libfreetype/TTFs directly, but it can be useful for pre-rendered bitmap/sdf fonts.

Compatible generators:

The package also provides a compacted representation of the atlas which boils down to a pair of storable vectors of boxes (and some metadata). This allows you to e.g. upload them to GPU and shuttle just glyph ids and styles when rendering.