-
Notifications
You must be signed in to change notification settings - Fork 58
-
How to draw text on an image in arrayfire::Window?
Beta Was this translation helpful? Give feedback.
All reactions
Random text is not possible, but a title for each cell in the grid layout is possible currently. See the below example on how to do it
https://arrayfire.org/arrayfire-rust/arrayfire/struct.Window.html#examples
https://github.com/arrayfire/arrayfire-rust/blob/master/examples/histogram.rs
Replies: 2 comments
-
Random text is not possible, but a title for each cell in the grid layout is possible currently. See the below example on how to do it
https://arrayfire.org/arrayfire-rust/arrayfire/struct.Window.html#examples
https://github.com/arrayfire/arrayfire-rust/blob/master/examples/histogram.rs
Beta Was this translation helpful? Give feedback.
All reactions
-
many thanks
Beta Was this translation helpful? Give feedback.