Monday, 24 January 2022

How to convert TextStyle from Jetpack Compose to android.graphics.Typeface?

I need to draw text onto Canvas in Compose, for this purpose I need a TextPaint with android.graphics.Typeface.

Is there a way to easily convert Compose TextStyle to a android.graphics.Typeface?



from How to convert TextStyle from Jetpack Compose to android.graphics.Typeface?

No comments:

Post a Comment