JohnDoneth / stb_truetype_nim

Simple Nim wrapper for stb_truetype.

Home Page:https://johndoneth.github.io/stb_truetype_nim/stb_truetype.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stb_truetype_nim Nim codecov

Simple Nim wrapper for stb_truetype.

Link to Nim Documentation generated by GitHub Actions, and hosted on GitHub Pages on every tag release.

"Parse, decode, and rasterize characters from truetype fonts"

stb_truetype.h version: 1.01 (2021-07-11)

Warning

Do not use on untrusted font files!

This library does no range checking of the offsets found in files, meaning an attacker can use it to read arbitrary memory.

License

MIT

Note: The Roboto-Regular.ttf font used for testing is licensed seperately under Apache License, Version 2.0. Details

About

Simple Nim wrapper for stb_truetype.

https://johndoneth.github.io/stb_truetype_nim/stb_truetype.html


Languages

Language:C 86.7%Language:Nim 13.3%