pub unsafe extern "C" fn fz_new_type3_font(
    ctx: *mut fz_context,
    name: *const c_char,
    matrix: fz_matrix
) -> *mut fz_font
Expand description

Create a new (empty) type3 font.

name: Name of font (or NULL).

matrix: Font matrix.

Returns a new font handle, or throws exception on allocation failure.