Procházet zdrojové kódy

remove debug fontstyle bold setting

sschmid před 5 roky
rodič
revize
df32baa823
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      src/MusicalScore/Label.ts

+ 0 - 1
src/MusicalScore/Label.ts

@@ -14,7 +14,6 @@ export class Label {
         this.text = text;
         this.textAlignment = alignment;
         this.font = font;
-        this.fontStyle = FontStyles.Bold; // debug
         // maybe give EngravingRules as argument, to set FontStyle and potentially further style settings
     }