Function AFontMatcher_match

Source
pub unsafe extern "C" fn AFontMatcher_match(
    matcher: *const AFontMatcher,
    familyName: *const c_char,
    text: *const u16,
    textLength: u32,
    runLengthOut: *mut u32,
) -> *mut AFont