CadWTextPutItalic
Sets the italic of the window-formatted text (WTEXT) entity.
void CadWTextPutItalic (
YuHandle hEnt,
std::int32_t bOn
);
Parameters
- hEnt (YuHandle)
- Handle to the entity.
- bOn (std::int32_t)
- Boolean flag: nonzero = true / enabled, 0 = false / disabled.
Return Value
None.