package adobe_font_metrics

  1. Overview
  2. Docs
Parser for the Adobe Font Metrics format

Install

dune-project
 Dependency

Authors

Maintainers

Sources

adobe_font_metrics-1.0.0.tar.gz
md5=b59caea2f444a53b48aa5d15a879fd70
sha512=908c33d314bd77737999a8c4928870ba8d3e13abbf1d196a3519757bfd25b48c9a8d7d87d7f937996812837ac7746a11c10ce5722df830dfd2614a83beb8d74a

Description

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.

Tags

topics font afm

Added to opam-repository:

README

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)

Dependencies (2)

  1. dune >= "3.12"
  2. ocaml >= "4.14"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None