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_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