Module: Fontisan::Ufo::Convert
- Defined in:
- lib/fontisan/ufo/convert.rb,
lib/fontisan/ufo/convert/from_bin_data.rb
Overview
Conversion layer between the UFO model and fontisan's BinData table layer. Two directions:
ToBinData.convert(ufo_font) → Hash<tag, BinData record or bytes>
FromBinData.convert(loaded_font) → Fontisan::Ufo::Font
The ToBinData path is already implemented as Compile::* modules (each table builder IS a UFO→BinData converter). This namespace owns the reverse direction.
Defined Under Namespace
Modules: FromBinData