from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcCharSetMerge
Section: (3) Updated: 05 8月 2016 Index
Return to Main Contents
NAME
FcCharSetMerge - Merge charsets
SYNOPSIS
#include <fontconfig/fontconfig.h>
FcBool FcCharSetMerge (FcCharSet *a, const FcCharSet *b, FcBool *changed);
DESCRIPTION
Adds all chars in b to a.
In other words, this is an in-place version of FcCharSetUnion.
If changed is not NULL, then it returns whether any new
chars from b were added to a.
Returns FcFalse on failure, either when a is a constant
set or from running out of memory.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
|