logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Description

       Make a copy of a fontset. 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.

Name

       mfontset_copy -

Synopsis

MFontset * mfontset_copy (MFontset * fontset, char * name)

See Also