Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash rendering emoji on macOS with FontCollection that lacks def…
…ault font manager FontCollection checks if fDefaultFontManager is non-null in various places before using it, except when determining the emoji fallback font. This can cause a crash when the FontCollection was not initialized with a default font manager. This is reproducible for me on macOS with the 🍃 emoji.
- Loading branch information