-
How to draw text on an image in arrayfire::Window? |
Beta Was this translation helpful? Give feedback.
Answered by
9prady9
Oct 10, 2022
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://github.com/arrayfire/arrayfire-rust/blob/master/examples/histogram.rs |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
3togo
-
many thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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