Parcourir la source

comment

removed, Label should ideally not have a dependency on graphical classes,
that should be in GraphicalLabel
sschmid il y a 5 ans
Parent
commit
8ee6b7b3fd
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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;