C++
virtual void setOverlined( const Adesk::Boolean isOverlined );
Description
Sets the flag indicating if text should be drawn with a line over it (that is, similar to underlining, but over the text instead of under it). If isOverlined is Adesk::kTrue, then the text is displayed overlined. If isOverlined is Adesk::kFalse, then the text is drawn without an overline.
Parameters
Parameters | Description |
---|---|
isOverlined | Input Boolean indicating if text is to be drawn with an overline |