diff options
author | pommicket <pommicket@gmail.com> | 2023-07-19 15:16:51 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-07-19 19:03:43 -0400 |
commit | 0d84543e4a88b74aed0dec6a9ceab80b8e44c131 (patch) | |
tree | 1ec15ab02978b08755c8e1e7555931ff4f4cb0c8 /ui.c | |
parent | 4143734747b7b544daecdf1b8676838362c6cb59 (diff) |
kerning
Diffstat (limited to 'ui.c')
-rw-r--r-- | ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -160,6 +160,7 @@ void selector_render(Ted *ted, Selector *s) { // draw name rgba_u32_to_floats(entry->color, text_state.color); + text_state_break_kerning(&text_state); text_utf8_with_state(font, &text_state, entry->name); if (entry->detail) { |