Function TTF_SizeText

pub unsafe extern "C" fn TTF_SizeText(
    font: *mut _TTF_Font,
    text: *const i8,
    w: *mut i32,
    h: *mut i32,
) -> i32
Available on crate feature dep_sdl2 only.