package adobe_font_metrics

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

OCaml parser for the Adobe font metrics format

This library provides a data representation and a parser for the Adobe Font Metrics (afm) format. The parser follows version 4.1 and makes no \ attempt to rescue files outside of this specification.

Installation

Latest release

opam install adobe_font_metrics

Latest commit

opam pin add -y adobe_font_metrics https://gitlab.in2p3.fr/pveber/adobe_font_metrics.git

Test

You can check how much of your system's fonts can be read with the library by running:

$ dune exec test/test_adobe_font_metrics.exe -- $(locate *.afm)
OCaml

Innovation. Community. Security.