vfbLib.tth

Functions

extract_glyph_hints(data, target, ...)

Extract the glyph hints from the supplied decompiled glyph entry data.

extract_truetype_hinting(vfb)

Collect the relevant entries from the VFB and extract the hinting information by calling a specialized function for each data type.

extract_tt_stem_ppem_1(data, target)

Extract the stem pixel width information for 1 pixel from the supplied decompiled TrueType stem ppem1 data.

extract_tt_stem_ppems(data, target)

Extract the stem pixel width information for 2–6 pixels from the supplied decompiled TrueType stem ppem data.

extract_tt_stems(data, target)

Extract the stem information from the supplied decompiled TrueType stem data.

extract_tt_zone_deltas(data, target)

Extract the zone delta information from the supplied decompiled TrueType zone deltas data.

extract_tt_zones(data, target, zone_names)

Extract the zone information from the supplied decompiled TrueType zone data.

merge_stem_information(data, font)

Merge stem information from various fields in the data dict into the font dict in the structure expected by the export format.

merge_zone_information(font)

Merge zone information from various fields into the structure expected by the export format.

vfb2tth()

The command line interface for exporting TrueType hinting in FontLab's high-level format to JSON, TOML, or YAML.