c9c2f93b5d
to make room for a BSD make build system.
17 lines
476 B
Groff
17 lines
476 B
Groff
.\" auto-generated by docbook2man-spec from docbook-utils package
|
|
.TH "FcLangSetSubtract" "3" "10 1月 2013" "" ""
|
|
.SH NAME
|
|
FcLangSetSubtract \- Subtract langsets
|
|
.SH SYNOPSIS
|
|
.nf
|
|
\fB#include <fontconfig/fontconfig.h>
|
|
.sp
|
|
FcLangSet * FcLangSetSubtract (const FcLangSet *\fIls_a\fB, const FcLangSet *\fIls_b\fB);
|
|
.fi\fR
|
|
.SH "DESCRIPTION"
|
|
.PP
|
|
Returns a set including only those languages found in \fIls_a\fR but not in \fIls_b\fR\&.
|
|
.SH "VERSION"
|
|
.PP
|
|
Fontconfig version 2.10.91
|