bikallem/freetype/base does not have a README file
fn BitmapGlyphData::new(slot_data : GlyphSlotData, bitmap : Bitmap, bitmap_left : Int, bitmap_top : Int) -> BitmapGlyphDatatype BitmapOpsfn BitmapSize::new(height : Int, width : Int, size : Int64, x_ppem : Int64, y_ppem : Int64) -> BitmapSizeimpl Show for DriverDatafn GlyphSlotData::new(metrics_width : Int64, metrics_height : Int64, metrics_hori_bearing_x : Int64, metrics_hori_bearing_y : Int64, metrics_hori_advance : Int64, metrics_vert_bearing_x? : Int64, metrics_vert_bearing_y? : Int64, metrics_vert_advance? : Int64) -> GlyphSlotDatatype OutlineFuncstype SfntOpsfn SfntOps::new(char_index~ : (UInt) -> UInt, char_variant_index~ : (UInt, UInt) -> UInt, char_variant_is_default~ : (UInt, UInt) -> Int, variant_selectors~ : () -> Array[UInt], variants_of_char~ : (UInt) -> Array[UInt], chars_of_variant~ : (UInt) -> Array[UInt], load_glyph~ : (UInt, Int) -> (GlyphSlotData, Outline, Bytes, Array[Vector]) raise FTError, get_kerning~ : (UInt, UInt) -> Int, apply_hints~ : (Outline, Fixed) -> Bool, tt_hint~ : (Outline, Bytes, Array[Vector], Fixed, Fixed, UInt) -> Bool, load_native_slot? : (FaceRec, UInt, Int) -> Bool raise FTError, palette_data~ : () -> PaletteData?, select_palette~ : (UInt) -> Array[Color]? raise FTError, load_color_glyph~ : (UInt, Int, UInt, UInt, Array[Color], Color) -> BitmapGlyphData? raise FTError, num_glyphs~ : UInt, raw_data~ : Bytes) -> SfntOpstype Type1Opsfn Type1Ops::new(char_index~ : (UInt) -> UInt, load_glyph~ : (UInt, Int) -> (GlyphSlotData, Outline) raise FTError, apply_hints~ : (Outline, Fixed) -> Bool, load_native_slot? : (FaceRec, UInt, Int) -> Bool raise FTError, get_kerning? : (UInt, UInt) -> Int, set_var_design_coordinates? : (Array[(Fixed, UInt)]) -> Unit raise FTError, attach_metrics? : (Bytes) -> Unit raise FTError) -> Type1OpsPure MoonBit FreeType-compatible font engine
Dependencies