yucad3d

CadTStylePutUpsideDown

Sets the upside down of the text style.

void CadTStylePutUpsideDown ( YuHandle hStyle, std::int32_t bUpsideDown );

Parameters

hStyle (YuHandle)
Handle to the style.
bUpsideDown (std::int32_t)
Boolean flag: nonzero = true / enabled, 0 = false / disabled.

Return Value

None.

See Also