man mtext_dup () - Create a copy of an M-text.
NAME
mtext_dup - Create a copy of an M-text.
SYNOPSIS
MText* mtext_dup (MText * mt)
DESCRIPTION
The mtext_dup() function creates a copy of M-text mt while inheriting all the text properties of mt.
RETURN VALUE
This function returns a pointer to the created copy.
SEE ALSO
mtext_duplicate()