man mfontset_copy () - Make a copy of a fontset.
NAME
mfontset_copy - Make a copy of a fontset.
SYNOPSIS
MFontset * mfontset_copy (MFontset * fontset, char * name)
DESCRIPTION
The mfontset_copy() function makes a copy of fontset fontset, gives it a name name, and returns a pointer to the created copy. name must not be a name of existing fontset. In such case, this function returns NULL without making a copy.