glyphName property
String
get
glyphName
Returns o glyph name SMuFL apropriado
Implementation
String get glyphName {
switch (type) {
case BreathType.caesura:
return 'caesura';
case BreathType.shortCaesura:
return 'caesuraShort';
case BreathType.longCaesura:
return 'caesuraThick';
default:
return 'caesura';
}
}