Share

AcGiTextStyle::setUnderlined

C++

virtual void setUnderlined(
    const Adesk::Boolean isUnderlined
);

Description

Sets the flag indicating if text should be drawn underlined. If isUnderlined is Adesk::kTrue, then the text is displayed underlined. If isUnderlined is Adesk::kFalse (the default), then the text is drawn without an underline.

Parameters

Parameters Description
isUnderlined Input Boolean indicating if text should be underlined

Links

AcGiTextStyle

Was this information helpful?