fccharsetmerge(3) debian man page | unix.com

Man Page: fccharsetmerge

Operating Environment: debian

Section: 3

FcCharSetMerge(3)														 FcCharSetMerge(3)

NAME
FcCharSetMerge - Merge charsets
SYNOPSIS
#include <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.
VERSION
Fontconfig version 2.9.0 16 April 2012 FcCharSetMerge(3)
Related Man Pages
fcconfigparseandload(3) - opensolaris
fcfreetypecharsetandspacing(3) - opensolaris
fcpatternget-type(3) - debian
fcpatternget-type(3) - centos
fcpatternadd-type(3) - opensolaris
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Detecting unused variables...
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph