HPDF_LoadTTFontFromMemory

Function HPDF_LoadTTFontFromMemory 

Source
pub unsafe extern "C" fn HPDF_LoadTTFontFromMemory(
    pdf: HPDF_Doc,
    buffer: *const HPDF_BYTE,
    size: HPDF_UINT,
    embedding: HPDF_BOOL,
) -> *const c_char