CffParser
in package
FinalYes
Parses a CFF (Compact Font Format) binary table into a CffData structure.
Implements parsing per Adobe Technical Note #5176 (CFF spec) and #5177 (Type 2 Charstring format). Does NOT interpret charstring bytecode — charstrings are stored as opaque byte arrays.
Table of Contents
Methods
Methods
parse()
public
parse(string $cffBytes) : CffData
Parameters
- $cffBytes : string