TextView.monospace

Set monospace property.

  1. bool monospace [@property getter]
  2. bool monospace [@property setter]
    class TextView
    @property
    void
    monospace
    (
    bool propval
    )

Parameters

propval bool

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.