[][src]Function mupdf_sys::fz_runelen

pub unsafe extern "C" fn fz_runelen(rune: c_int) -> c_int

Count how many chars are required to represent a rune.

rune: The rune to encode.

Returns the number of bytes required to represent this run in UTF8.