logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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