glyphOrAscii abstract method

String glyphOrAscii(
  1. String glyph,
  2. String alternative
)

Returns glyph if this supports Unicode glyphs and alternative otherwise.

Implementation

String glyphOrAscii(String glyph, String alternative);