Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
al_utf16_width(3)	    Library Functions Manual	       al_utf16_width(3)

NAME
     al_utf16_width - Allegro 5 API

SYNOPSIS
	    #include <allegro5/allegro.h>

	    size_t al_utf16_width(int c)

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.

SEE ALSO
     al_utf16_encode(3), al_utf8_width(3)

Allegro reference manual				       al_utf16_width(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=al_utf16_width&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help