Przeglądaj źródła

comment

removed, Label should ideally not have a dependency on graphical classes,
that should be in GraphicalLabel
sschmid 5 lat temu
rodzic
commit
8ee6b7b3fd
1 zmienionych plików z 0 dodań i 1 usunięć
  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;