-
Notifications
You must be signed in to change notification settings - Fork 666
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move general font methods into Font class.
Methods remaining in TextFont deal with formatting / metrics. TextFont will be renamed to TextFormatter.
- Loading branch information
Showing
24 changed files
with
401 additions
and
376 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# 4.0.0 / fonts | ||
|
||
## Breaking | ||
|
||
- `TextFontMetrics` has been merged into `FontGlyph` due to substantial overlap. | ||
- xxxx | ||
- xxxx | ||
- xxxx | ||
- xxxx | ||
- xxxx | ||
- xxxx | ||
- xxxx | ||
|
||
## Renamed | ||
|
||
``` | ||
NEW NAME OLD NAME | ||
------------------------------------------------------------------------ | ||
Flow.NOTATION_FONT_SCALE <= Flow.DEFAULT_NOTATION_FONT_SCALE | ||
StaveNote.LEDGER_LINE_OFFSET <= StaveNote.DEFAULT_LEDGER_LINE_OFFSET | ||
ChordSymbol.metrics <= ChordSymbol.chordSymbolMetrics | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.