pub unsafe extern "C" fn APT_GetSharedFont(
    fontHandle: *mut Handle,
    mapAddr: *mut u32_
) -> Result
Expand description

Retrieves the shared system font. fontHandle Pointer to write the handle of the system font memory block to. mapAddr Pointer to write the mapping address of the system font memory block to.