[][src]Function mupdf_sys::ucdn_get_east_asian_width

pub unsafe extern "C" fn ucdn_get_east_asian_width(code: u32) -> c_int

Get east-asian width of a codepoint.

@param code Unicode codepoint @return value according to UCDN_EAST_ASIAN_* and as defined in UAX#11.