If true, set the .monospace style class on the text view to indicate that a monospace font is desired.
TextView.monospace
bool monospace() @propertyGet monospace property.
Returns
Whether text should be displayed in a monospace font.
void monospace(bool propval) @propertySet monospace property.
Parameters
propval | 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. |