소스 검색

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
     }