Skip to content

Commit

Permalink
Merge pull request #1567 from rvilarl/fontStackAccess
Browse files Browse the repository at this point in the history
access to font stack
  • Loading branch information
ronyeh authored May 8, 2023
2 parents 8d634c9 + 2c6e012 commit 9912dff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/flow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,10 @@ export class Flow {
return fonts.map((font) => font.getName());
}

static getMusicFontStack(): Font[] {
return Tables.MUSIC_FONT_STACK;
}

static get RENDER_PRECISION_PLACES(): number {
return Tables.RENDER_PRECISION_PLACES;
}
Expand Down

0 comments on commit 9912dff

Please sign in to comment.