Milky2018/moon_swash/scale does not have a README file
type PaletteIndex = UInt16type ColorProxytype ColrLayertype ColrLayerspub(all) enum Content {
Mask
SubpixelMask
Color
}pub struct LayerData {
points_start : Int
points_end : Int
verbs_start : Int
verbs_end : Int
color_index : UInt16?
}type OutlineWriterimpl OutlinePen for OutlineWriterfn curve_to(self : OutlineWriter, cx0 : Double, cy0 : Double, cx1 : Double, cy1 : Double, x : Double, y : Double) -> Unitfn ScaleContext::builder_with_id(self : ScaleContext, font : FontRef, id : (UInt64, UInt64)) -> ScalerBuildertype Scalerfn Scaler::scale_bitmap_into(self : Scaler, glyph_id : UInt16, strike : StrikeWith, image : Image) -> Boolfn Scaler::scale_color_bitmap_into(self : Scaler, glyph_id : UInt16, strike : StrikeWith, image : Image) -> Booltype ScalerBuilderfn ScalerBuilder::variations(self : ScalerBuilder, settings : ArrayView[Setting[Double]]) -> ScalerBuildertype ScalerProxypub(all) enum StrikeWith {
ExactSize
BestFit
LargestSize
Index(UInt)
}Dependencies