TextView.monospace

bool monospace() @property

Get monospace property.

Returns

Whether text should be displayed in a monospace font.

If true, set the .monospace style class on the text view to indicate that a monospace font is desired.

void monospace(bool propval) @property

Set monospace property.

Parameters

propvalWhether text should be displayed in a monospace font. If true, set the .monospace style class on the text view to indicate that a monospace font is desired.