freetype_sys

Function FT_New_Face

Source
pub unsafe extern "C" fn FT_New_Face(
    library: FT_Library,
    filepathname: *const c_char,
    face_index: FT_Long,
    aface: *mut FT_Face,
) -> FT_Error