blob: fb4d6a72875e5ec051981691733a76a5513b4262 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.\" auto-generated by docbook2man-spec from docbook-utils package
.TH "FcNameParse" "3" "05 8月 2016" "Fontconfig 2.12.1" ""
.SH NAME
FcNameParse \- Parse a pattern string
.SH SYNOPSIS
.nf
\fB#include <fontconfig/fontconfig.h>
.sp
FcPattern * FcNameParse (const FcChar8 *\fIname\fB);
.fi\fR
.SH "DESCRIPTION"
.PP
Converts \fIname\fR from the standard text format described above into a pattern.
|