Function freetype::ffi::FT_Set_Char_Size [] [src]

pub unsafe extern "C" fn FT_Set_Char_Size(
    face: *mut FT_FaceRec,
    char_width: i64,
    char_height: i64,
    horz_resolution: u32,
    vert_resolution: u32
) -> i32