glyphs property

Map<int, String> glyphs
getter/setter pair

Map of glyph constants to their string representation.

Implementation

static Map<int, String> glyphs = {
  a1: 'a1',
  b1: 'b1',
  c1: 'c1',
  c2: 'c2',
  c3: 'c3',
  c4: 'c4',
  d1_1: 'd1_1',
  d1_2: 'd1_2',
  d1_3: 'd1_3',
  d1_4: 'd1_4',
  d1_5: 'd1_5',
  d1_6: 'd1_6',
  d1_7: 'd1_7',
  d1_8: 'd1_8',
  e1: 'e1',
};