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

       Find an FLT suitable for the specified character and font. The mflt_find() function returns the most
       appropriate FLT for layouting character c with font font.

Name

       mflt_find -

Return Value

           If the operation was successful, mflt_find() returns a pointer to the found FLT object. Otherwise, it
           returns NULL.

Synopsis

MFLT * mflt_find (int c, MFLTFont * font)

See Also