moonbit-community/harfbuzz/ot/color does not have a README file
pub struct ColrTable {
version : Int
base_glyphs : Array[ColrBaseGlyph]
layers : Array[ColrLayer]
base_glyph_paints : Array[BaseGlyphPaintRecord]
layer_paint_offsets : Array[Int]
clip_list : ClipList?
var_idx_map : DeltaSetIndexMap?
var_store : ItemVariationStore?
data : BytesView
} derive(Show, ToJson)fn ColrTable::clip_extents_for_glyph(self : ColrTable, glyph_id : Int, coords? : Array[Int]) -> ClipExtents?pub struct ColrVarInstancer {
coords : Array[Int]
var_store : ItemVariationStore?
var_idx_map : DeltaSetIndexMap?
}fn ColrVarInstancer::f16dot16(self : ColrVarInstancer, value : Int, var_idx_base : UInt?, offset : Int) -> Doublefn ColrVarInstancer::f2dot14(self : ColrVarInstancer, value : Int, var_idx_base : UInt?, offset : Int) -> Doublefn ColrVarInstancer::fword(self : ColrVarInstancer, value : Int, var_idx_base : UInt?, offset : Int) -> DoubleMoonBit port of HarfBuzz.