extract_truetype_hinting()
Collect the relevant entries from the VFB and extract the hinting information by calling a specialized function for each data type. The hinting information is returned as a dict which can be serialized in the desired format.
vfb (Vfb) – The input VFB.
The extracted TrueType hinting information.
dict[str, Any]