ImFont_AddRemapChar

Function ImFont_AddRemapChar 

Source
pub unsafe extern "C" fn ImFont_AddRemapChar(
    this: *mut ImFont,
    from_codepoint: ImWchar,
    to_codepoint: ImWchar,
)