Share

AcGiTextStyle::setStrikethrough Method

C++

virtual void setStrikethrough(
    const Adesk::Boolean isStrikethrough
);

Description

Sets the flag indicating if text should be drawn with a line through it (that is, similar to underlining, but through the text instead of under it). If isStrikethrough is Adesk::kTrue, then the text is displayed strike-throughed. If isStrikethrough is Adesk::kFalse, then the text is drawn without an strike-through.

Parameters

Parameters Description
isStrikethrough Input Boolean indicating if text is to be drawn with an strike-through

Links

AcGiTextStyle

Was this information helpful?