mapSet
fn
void mapSet(harfbuzz.map.Map map, harfbuzz.types.Codepoint key, harfbuzz.types.Codepoint value)Stores key:value in the map.
Parameters
map | A map |
key | The key to store in the map |
value | The value to store for key |