.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_utf16_width" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_utf16_width - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include size_t al_utf16_width(int c) \f[R] .fi .SH DESCRIPTION .PP 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 .PP al_utf16_encode(3alleg5), al_utf8_width(3alleg5)