zed/crates/gpui
Marshall Bowers 2da314fb79
Fix font resolution for UI text so we render with the fallback font (#3893)
This PR updates the font resolution for shaped text to use the new
`resolve_font` method on the text system.

This makes it so we use the fallback font if the desired font cannot be
found rather than rendering nothing.

Release Notes:

- Fixed an issue where nothing would render when the font set in
`ui_font_family` was not found.
2024-01-04 14:26:08 -05:00
..
docs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
src Fix font resolution for UI text so we render with the fallback font (#3893) 2024-01-04 14:26:08 -05:00
tests Remove 2 suffix from gpui_macros, fix compile errors in tests 2024-01-03 13:12:21 -08:00
build.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
Cargo.toml Remove 2 suffix from gpui_macros, fix compile errors in tests 2024-01-03 13:12:21 -08:00