Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Glyph Lists
val glyph_hashes : unit -> (string, int list) Hashtbl.t
The Adobe Glyph List, which maps character names to sequences of unicode codepoints. The source list is parsed into a hash table when called.
val reverse_glyph_hashes : unit -> (int list, string) Hashtbl.t
The reverse of glyph_hashes
. The glyph list is not necessarily a one-to-one map, so this reversal is heuristic.
val name_to_pdf_hashes : (string, int) Hashtbl.t
Convert a glyph name to a PDF encoding number, hash table version
val reverse_name_to_pdf_hashes : (int, string) Hashtbl.t
Convert a PDF encoding number to glyph name, hash table version.