Bek

Results 6 comments of Bek

@ghozimahdi Have you been able to solve this problem?

I've forked this repo, added **multiline text support** and made pull request. For now you can copy source code of library and use it. Link to [repo](https://github.com/begali/DrawReceipt)

@jssamsul updated library. Pass second parameter as true in order not to cut word `addMultilineText(longText, true)`.

Any consideration to support compose multiplatform? For example ios.

In my project I'm using [compose cupertino](https://github.com/alexzhirkevich/compose-cupertino) library. `CupertinoTheme` was the reason of the bug. Link to reproduce the bug https://github.com/begali/CupertinoThemeBug. In my opinion CupertinoTheme somehow blocking recomposition.

@elijah-semyonov Can you please check? `viewController.overrideUserInterfaceStyle = if (dark) UIUserInterfaceStyle.UIUserInterfaceStyleDark else UIUserInterfaceStyle.UIUserInterfaceStyleLight` as mentioned by @alexzhirkevich causing the theme not to change in compose.