[ANN] Smaji Glyph Path

Smaji Glyph Path

An OCaml library for manipulation of font glyph outlines. It provides a suite of tools for analyzing, transforming, composing, and converting glyph paths between different formats.

This library supports two primary path description standards:

  1. SVG Path: Supports <path> element (including its d attribute) and optional <g> element as containers.
  2. Glif Format: Supports the data used to describe glyph outlines in the Unified Font Object (UFO) format.

It has been published on opam, so it can be installed easily by opam install smaji_glyph_path

And here are two usage examples

1 Like