logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

mtext_titlecase -

Description

       Titlecase an M-text. The mtext_titlecase() function destructively converts the first character with the
       cased property in M-text mt to titlecase and the others to lowercase. The length of mt may change. If the
       character cannot be converted to titlecase, it is left unchanged. All the text properties are inherited.

Name

       mtext_titlecase -

Return Value

           This function returns the length of the updated mt.

See Also

mtext_lowercase(), mtext_uppercase()

Synopsis

       int mtext_titlecase (MText * mt)

See Also