Browse Source

comment

removed, Label should ideally not have a dependency on graphical classes,
that should be in GraphicalLabel
sschmid 5 năm trước cách đây
mục cha
commit
8ee6b7b3fd
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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;