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

       Layout characters with an FLT. The mflt_run() function layouts characters in gstring between from
       (inclusive) and to (exclusive) with font. If flt is nonzero, it is used for all the charaters. Otherwise,
       appropriate FLTs are automatically chosen.

       Returnvalues>=0 The operation was successful. The value is the index to the glyph, which was previously indexed
           by to, in gstring->glyphs.
           -2gstring->glyphs is too short to store the result. The caller can call this fucntion again with a
           longer gstring->glyphs.
           -1 Some other error occurred.

Name

       mflt_run -

Synopsis

       int mflt_run (MFLTGlyphString * gstring, int from, int to, MFLTFont * font, MFLT * flt)

See Also