package stb_truetype

  1. Overview
  2. Docs
OCaml bindings to stb_truetype, a public domain font rasterizer

Install

Dune Dependency

Authors

Maintainers

Sources

v0.7.tar.gz
md5=91234b0b6e54f0833fc02bd37db72c19

Description

Stb_truetype is an OCaml binding to stb_truetype from Sean Barrett, Nothings:

stb_truetype.h: public domain C truetype rasterization library

The OCaml binding is released under CC-0 license. It has no dependency beside working OCaml and C compilers (stb_truetype is self-contained).

Published: 13 Jan 2023

Dependencies (2)

  1. ocamlfind build
  2. ocaml >= "4.06"

Dev Dependencies

None