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

mfont_encapsulate -

Description

       Encapusulate a font. The mfont_encapsulate() functions realizes a font by encapusulating data data or
       type data_type on frame. Currently data_tape is Mfontconfig or Mfreetype, and data points to an object of
       FcPattern or FT_Face respectively.

Name

       mfont_encapsulate -

Return Value

           If the operation was successful, a realized font is returned. Otherwise NULL is return.

See Also

mfont_close().

Synopsis

MFont* mfont_encapsulate (MFrame * frame, MSymbol data_type, void * data)

See Also