table of contents
other versions
- trixie 2.15.0-2.3
- testing 2.15.0-2.4
- unstable 2.15.0-2.4
- experimental 2.17.1-1
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.
04 April 2025 | Fontconfig 2.15.0 |