Module from_obj

Module from_obj 

Source
Expand description

Traits for converting from parsed font data to their compile equivalents

Traitsยง

FromObjRef
A trait for types that can resolve themselves when provided data to resolve offsets.
FromTableRef
A trait for types that can fully resolve themselves.
ToOwnedObj
A conversion from a parsed font object type to an owned version, resolving offsets.
ToOwnedTable
A conversion from a fully resolvable parsed font table to its owned equivalent.