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

mtext_lowercase -

Description

       Lowercase an M-text. The mtext_lowercase() function destructively converts each character in M-text mt to
       lowercase. Adjacent characters in mt may affect the case conversion. If the Mlanguage text property is
       attached to mt, it may also affect the conversion. The length of mt may change. Characters that cannot be
       converted to lowercase is left unchanged. All the text properties are inherited.

Name

       mtext_lowercase -

Return Value

           This function returns the length of the updated mt.

See Also

mtext_titlecase(), mtext_uppercase()

Synopsis

       int mtext_lowercase (MText * mt)

See Also