17 lines
405 B
Groff
17 lines
405 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.3 $
|
|
.TH "FcNameParse" "3" "18 November 2009" "" ""
|
|
.SH NAME
|
|
FcNameParse \- Parse a pattern string
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig.h>
|
|
.sp
|
|
FcPattern * FcNameParse(const FcChar8 *\fIname\fB);
|
|
\fR.fi
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Converts \fIname\fR from the standard text format described above into a pattern.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.8.0
|