.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_utf16_width" "3" "" "Allegro reference manual" .SH NAME al_utf16_width \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] size_t al_utf16_width(int c) .EE .SH DESCRIPTION Returns the number of bytes that would be occupied by the specified code point when encoded in UTF\-16. This is either 2 or 4 bytes for legal code point values. Otherwise returns 0. .SH SEE ALSO al_utf16_encode(3), al_utf8_width(3)