瀏覽代碼

remove debug fontstyle bold setting

sschmid 5 年之前
父節點
當前提交
df32baa823
共有 1 個文件被更改,包括 0 次插入1 次删除
  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
     }