Share

AcGiTextStyle::setVertical

C++

virtual void setVertical(
    const Adesk::Boolean isVertical
);

Description

Sets the flag indicating if text should be drawn vertically or horizontally. If isVertical is Adesk::kTrue, then text using this style is displayed with successive letters going vertically rather than horizontally. If isVertical is Adesk::kFalse (the default), then the text is drawn horizontally.

Note

Vertical orientation is only possible if the font in use supports it.

Parameters

Parameters Description
isVertical Input Boolean indicating if text should be vertical or horizontal

Links

AcGiTextStyle

Was this information helpful?