Progress on VEFontCache port, working on freetype outline to stbtt shape

This commit is contained in:
2024-06-03 17:43:15 -04:00
parent 26ad2d1e49
commit 1741532d64
7 changed files with 679 additions and 14 deletions

View File

@ -359,7 +359,7 @@ ui_resizable_handles :: proc( parent : ^UI_Widget, pos : ^Vec2, size : ^Vec2,
}
}
process_handle_drag :: #force_inline proc ( handle : ^UI_Widget,
process_handle_drag :: proc ( handle : ^UI_Widget,
direction : Vec2,
target_alignment : Vec2,
target_center_aligned : Vec2,