C++
virtual void setUpsideDown( const Adesk::Boolean isUpsideDown );
Description
Sets the flag indicating if text should be drawn upside down. If isUpsideDown is Adesk::kTrue, then the text is displayed upside down. If isUpsideDown is Adesk::kFalse (the default), then the text is drawn right side up.
Parameters
Parameters | Description |
---|---|
isUpsideDown | Input Boolean indicating if text should be displayed upside down |