[][src]Function skia_bindings::SkFont_getPaths

pub unsafe extern "C" fn SkFont_getPaths(
    this: *const SkFont,
    glyphIDs: *const SkGlyphID,
    count: c_int,
    glyphPathProc: Option<unsafe extern "C" fn(pathOrNull: *const SkPath, mx: *const SkMatrix, ctx: *mut c_void)>,
    ctx: *mut c_void
)