Progress on VEFontCache port, working on freetype outline to stbtt shape
This commit is contained in:
@ -1,2 +1 @@
|
||||
|
||||
package sectr
|
||||
|
@ -1,3 +1,3 @@
|
||||
package sectr
|
||||
|
||||
import "codebase:font/VEFontCache"
|
||||
import "codebase:font/VEFontCache"
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user