Function DrawTextCodepoint

Source
pub unsafe extern "C" fn DrawTextCodepoint(
    font: Font,
    codepoint: c_int,
    position: Vector2,
    fontSize: f32,
    tint: Color,
)