1FcStrDowncase(3)                                              FcStrDowncase(3)
2
3
4

NAME

6       FcStrDowncase - create a lower case translation of a string
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       FcChar8 * FcStrDowncase(const FcChar8 *s);
12       .fi
13

DESCRIPTION

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

VERSION

19       Fontconfig version 2.8.0
20
21
22
23                               18 November 2009               FcStrDowncase(3)
Impressum