moonbit-community/harfbuzz/ot/cff does not have a README file
pub struct Cff1Table {
data : Bytes
name_index : CffIndex
top_dict : CffDict
string_index : CffIndex
global_subrs : CffIndex
charstrings : CffIndex
private_dict : CffDict?
local_subrs : CffIndex?
charstrings_offset : Int
private_offset : Int
private_size : Int
charset_offset : Int
charset_map : Map[Int, Int]?
} derive(Eq, Show, ToJson)pub struct Cff2Table {
data : Bytes
top_dict : CffDict
global_subrs : CffIndex
charstrings : CffIndex
fd_array : CffIndex
private_dicts : Array[Cff2PrivateDict]
var_store : ItemVariationStore?
fd_select : Array[Int]?
fdselect_offset : Int
vstore_offset : Int
top_dict_offset : Int
top_dict_size : Int
} derive(Eq, Show, ToJson)fn cff1_sid_to_gid(charset_offset : Int, charset_map : Map[Int, Int]?, sid : Int, glyph_count : Int) -> Int?MoonBit port of HarfBuzz.