Explorar o código

comment

removed, Label should ideally not have a dependency on graphical classes,
that should be in GraphicalLabel
sschmid %!s(int64=5) %!d(string=hai) anos
pai
achega
8ee6b7b3fd
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/MusicalScore/Label.ts

+ 0 - 1
src/MusicalScore/Label.ts

@@ -15,7 +15,6 @@ export class Label {
         this.textAlignment = alignment;
         this.font = font;
         this.fontFamily = undefined; // default value, will use EngravingRules.DefaultFontFamily at rendering
-        // maybe give EngravingRules as argument, to set FontStyle and potentially further style settings
     }
 
     public text: string;