1al_utf8_width(3) al_utf8_width(3)
23
4
NAME
6al_utf8_width - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
size_t al_utf8_width(int32_t c)
12
DESCRIPTION
14Returns the number of bytes that would be occupied by the specified
15code point when encoded in UTF-8. This is between 1 and 4 bytes for
16legal code point values. Otherwise returns 0.
17
SEE ALSO
19al_utf8_encode(3), al_utf16_width(3)
2021
22
23
Allegro reference manual al_utf8_width(3)