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

       Close a font. The mfont_close() function close a realized font font.  font must be opened previously by
       mfont_open() or mfont_encapsulate ().

Name

       mfont_close -

Return Value

           If the operation was successful, 0 is returned. Otherwise, -1 is returned.

See Also

mfont_open(), mfont_encapsulate().

Synopsis

       int mfont_close (MFont * font)

See Also