zed/crates/gpui/src
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
..
app Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
elements Clip List items that partially overflow 2024-01-04 15:12:25 +01:00
keymap Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
platform Fix border rendering 2024-01-04 16:27:20 +01:00
text_system Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
action.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
app.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
arena.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
assets.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
color.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
element.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
executor.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
geometry.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
gpui.rs Remove 2 suffix from gpui_macros, fix compile errors in tests 2024-01-03 13:12:21 -08:00
image_cache.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
input.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
interactive.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
key_dispatch.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
platform.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
prelude.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
scene.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
shared_string.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
style.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
styled.rs Remove 2 suffix from gpui_macros, fix compile errors in tests 2024-01-03 13:12:21 -08:00
subscription.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
svg_renderer.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
taffy.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
test.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
text_system.rs Fix font resolution for UI text so we render with the fallback font (#3893) 2024-01-04 14:26:08 -05:00
util.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
view.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00
window.rs Remove 2 suffix from gpui 2024-01-03 12:59:39 -08:00