Function mupdf_sys::ucdn_get_east_asian_width[][src]

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

Get east-asian width of a codepoint.

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