DEV Community

Discussion on: Drawing and painting in Jetpack Compose #2: About text

Collapse
 
hakanai profile image
Hakanai

The correct way to do this seems to be to create a Paragraph and then call its paint method, passing in drawContext.canvas.

The way documented in this article assumes Android, so it will not work on desktop.