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

       Open a font. The mfont_open() function opens font on frame, and returns a realized font.

Name

       mfont_open -

Return Value

           If the font was successfully opened, a realized font is returned. Otherwize NULL is returned.

See Also

mfont_close().

Synopsis

MFont* mfont_open (MFrame * frame, MFont * font)

See Also