-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
AddNewLine
to insert post-scaling glyph height on empty line
This one required a bit more work as CSS usually takes the "glyph scale" of the font specified in the `font-family` as far as my manual testing went. I think it should be fine to create a `GetFont` method returning `IGlyphStore`s for that purpose, as it's also required in visual testing to visualise the baseline position in a sprite text.
- Loading branch information
1 parent
4748535
commit f59391e
Showing
3 changed files
with
42 additions
and
1 deletion.
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
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