summaryrefslogtreecommitdiff
path: root/node.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-07-19 15:16:51 -0400
committerpommicket <pommicket@gmail.com>2023-07-19 19:03:43 -0400
commit0d84543e4a88b74aed0dec6a9ceab80b8e44c131 (patch)
tree1ec15ab02978b08755c8e1e7555931ff4f4cb0c8 /node.c
parent4143734747b7b544daecdf1b8676838362c6cb59 (diff)
kerning
Diffstat (limited to 'node.c')
-rw-r--r--node.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.c b/node.c
index 29f08b9..43e83fc 100644
--- a/node.c
+++ b/node.c
@@ -324,6 +324,7 @@ void node_frame(Ted *ted, Node *node, Rect r) {
rgba_u32_to_floats(colors[COLOR_TEXT], text_state.color);
text_state.x = tab_rect.pos.x;
text_state.y = tab_rect.pos.y;
+ text_state_break_kerning(&text_state);
text_utf8_with_state(font, &text_state, tab_title);
if (i == node->active_tab) {