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 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