mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-13 15:41:36 +00:00
16 lines
405 B
Groff
16 lines
405 B
Groff
.\\" auto-generated by docbook2man-spec $Revision: 1.2 $
|
|
.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
|