18 lines
476 B
Groff
18 lines
476 B
Groff
|
.\" auto-generated by docbook2man-spec from docbook-utils package
|
||
|
.TH "FcStrDowncase" "3" "10 1月 2013" "" ""
|
||
|
.SH NAME
|
||
|
FcStrDowncase \- create a lower case translation of a string
|
||
|
.SH SYNOPSIS
|
||
|
.nf
|
||
|
\fB#include <fontconfig/fontconfig.h>
|
||
|
.sp
|
||
|
FcChar8 * FcStrDowncase (const FcChar8 *\fIs\fB);
|
||
|
.fi\fR
|
||
|
.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.10.91
|