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

       Find a font. The mfont_find() function returns a pointer to the available font that matches best the
       specification spec on frame frame.

       score, if not NULL, must point to a place to store the score value that indicates how well the found font
       matches to spec. The smaller score means a better match.

Name

       mfont_find -

Synopsis

MFont* mfont_find (MFrame * frame, MFont * spec, int * score, int max_size)

See Also