Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix fallback font selection regression
- apparently the fallback font is now drawn from the asset FontMgr rather than the system FontMgr, meaning the first font added via `FontLibrary.use` will be selected if the `ctx.font` family has no matches - now querying the system FontMgr for its default font then using that as a fallback
- Loading branch information