yucad3d

CadWTextPutText

Sets the text of the window-formatted text (WTEXT) entity.

void CadWTextPutText ( YuHandle hEnt, const char* szText );

Parameters

hEnt (YuHandle)
Handle to the entity.
szText (const char*)
NUL-terminated UTF-8 string.

Return Value

None.

See Also