moonbit-community/harfbuzz/paint does not have a README file
type VarIdx = UIntpub(all) enum Paint {
ColrLayers(Int, Int)
Solid(Int, Int, UInt?)
LinearGradient(ColorLine, Int, Int, Int, Int, Int, Int, UInt?)
RadialGradient(ColorLine, Int, Int, Int, Int, Int, Int, UInt?)
SweepGradient(ColorLine, Int, Int, Int, Int, UInt?)
Glyph(Int, Paint)
ColrGlyph(Int)
Transform(Affine2x3, Paint)
Translate(Int, Int, UInt?, Paint)
Scale(Int, Int, UInt?, Paint)
ScaleAroundCenter(Int, Int, Int, Int, UInt?, Paint)
ScaleUniform(Int, UInt?, Paint)
ScaleUniformAroundCenter(Int, Int, Int, UInt?, Paint)
Rotate(Int, UInt?, Paint)
RotateAroundCenter(Int, Int, Int, UInt?, Paint)
Skew(Int, Int, UInt?, Paint)
SkewAroundCenter(Int, Int, Int, Int, UInt?, Paint)
Composite(Int, Paint, Paint)
} derive(Show, ToJson)MoonBit port of HarfBuzz.