TelKel81 Active Member Licensed User Jul 9, 2020 #1 I found hints such as this https://www.b4x.com/android/forum/threads/add-outline-to-text.110785/ but not cross-platform (AttributedString, from CSBuilder, doesn't exist in B4J) Another alternative would be a cross-platform text effect library (ex : outline, shadows, gradients) but haven't found one.
I found hints such as this https://www.b4x.com/android/forum/threads/add-outline-to-text.110785/ but not cross-platform (AttributedString, from CSBuilder, doesn't exist in B4J) Another alternative would be a cross-platform text effect library (ex : outline, shadows, gradients) but haven't found one.
Erel B4X founder Staff member Licensed User Longtime User Jul 10, 2020 #2 The cross platform rich text framework is BCTextEngine, though it doesn't support outlining. You can use CSS stylesheet to create this effect in B4J: https://stackoverflow.com/questions...aw-a-border-around-the-text-of-a-javafx-label I don't think that Android has built-in support for such feature. Upvote 0
The cross platform rich text framework is BCTextEngine, though it doesn't support outlining. You can use CSS stylesheet to create this effect in B4J: https://stackoverflow.com/questions...aw-a-border-around-the-text-of-a-javafx-label I don't think that Android has built-in support for such feature.