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

mdraw_glyph_info -

Description

       Compute information about a glyph. The mdraw_glyph_info() function computes information about a glyph
       that covers a character at position pos of the M-text mt assuming that the text is drawn from the
       character at from of mt on a window of frame frame using the mdraw_text_with_control() function with the
       drawing control object control.

       The information is stored in the members of info.

Name

       mdraw_glyph_info -

See Also

MDrawGlyphInfo

Synopsis

       int mdraw_glyph_info (MFrame * frame, MText * mt, int from, int pos, MDrawControl * control,
       MDrawGlyphInfo * info)

See Also