Preparing to attempt to offload various metric calculations for a shape's glyphs to the shape itself from the draw list generator

This commit is contained in:
2025-01-07 22:24:23 -05:00
parent fa627b4c4a
commit 18d8735c54
7 changed files with 176 additions and 67 deletions

View File

@ -550,7 +550,7 @@ ui_settings_menu_builder :: proc( captures : rawptr = nil ) -> ( should_raise :
else
{
clear( input_str )
append( & input_str, to_runes(str_fmt("%v", config.text_size_canvas_scalar)))
append( & input_str, to_runes(str_fmt("%v", config.text_snap_glyph_positions)))
}
}
@ -608,7 +608,7 @@ ui_settings_menu_builder :: proc( captures : rawptr = nil ) -> ( should_raise :
else
{
clear( input_str )
append( & input_str, to_runes(str_fmt("%v", config.text_size_canvas_scalar)))
append( & input_str, to_runes(str_fmt("%v", config.text_alpha_sharpen)))
}
}
}