Terminal.allowBold

bool allowBold() @property

Get allowBold property.

Returns

Controls whether or not the terminal will attempt to draw bold text,

by using a bold font variant.

Deprecated

There's probably no reason for this feature to exist.
void allowBold(bool propval) @property

Set allowBold property.

Parameters

propvalControls whether or not the terminal will attempt to draw bold text, by using a bold font variant.

Deprecated

There's probably no reason for this feature to exist.