Function mupdf_sys::fz_runelen

source ·
pub unsafe extern "C" fn fz_runelen(rune: c_int) -> c_int
Expand description

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.