Share

AcGiTextStyle::setBackward

C++

virtual void setBackward(
    const Adesk::Boolean isBackward
);

Description

Sets the flag indicating if text should be drawn backwards. If isBackward is Adesk::kTrue, then the text is displayed backwards. If isBackward is Adesk::kFalse, then the text is drawn in the normal direction.

Parameters

Parameters Description
isBackward Input Boolean indicating if text should be displayed backwards

Links

AcGiTextStyle

Was this information helpful?