cnjinhao / nana

a modern C++ GUI library
https://nana.acemind.cn
Boost Software License 1.0
2.32k stars 333 forks source link

how to draw text on pixel_buffer #595

Closed shimondoodkin closed 9 months ago

shimondoodkin commented 3 years ago

how to draw text on pixel_buffer?

cnjinhao commented 3 years ago

pixel_buffer doesn't support drawing text. When drawing text, paste the pixel_buffer to a graphics, then draw text with the graphics object