K keirS Well-Known Member Licensed User Longtime User Dec 1, 2020 #1 Is this possible? I assumed BCTextEngine would be able to create text for a bitmap but BCTextEngine seems to require a view.
Is this possible? I assumed BCTextEngine would be able to create text for a bitmap but BCTextEngine seems to require a view.
Erel B4X founder Staff member Licensed User Longtime User Dec 1, 2020 #2 BitmapCreator cannot directly draw text. BCTextEngine does draw text on bitmaps but it is not an alternative to canvas. You can combine B4XCanvas with BitmapCreator. Upvote 0
BitmapCreator cannot directly draw text. BCTextEngine does draw text on bitmaps but it is not an alternative to canvas. You can combine B4XCanvas with BitmapCreator.
K keirS Well-Known Member Licensed User Longtime User Dec 1, 2020 #3 It's a Non UI application so not using JavaFX. So it's not possible? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 1, 2020 #4 No. Might be relevant: https://b4x.com:51041/qrgenerator/index.html Upvote 0