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

FreeBSD Manual Pages

  
 
  

home | help
FcStrDowncase(3)						FcStrDowncase(3)

NAME
     FcStrDowncase - create a lower case translation of a string

SYNOPSIS
     #include <fontconfig/fontconfig.h>

     FcChar8 * FcStrDowncase (const FcChar8 *s);

DESCRIPTION
     Allocates memory, copies s, converting upper case letters to lower case and
     returns the allocated buffer.

Fontconfig 2.17.1		  02 July 2025			FcStrDowncase(3)

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

home | help