18 lines
457 B
Groff
18 lines
457 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcStrDowncase" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcStrDowncase \- create a lower case translation of a string
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcChar8 * FcStrDowncase(const FcChar8 *\fIs\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Allocates memory, copies \fIs\fR, converting upper case
|
|
letters to lower case and returns the allocated buffer.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|