I understand, Thanks. I can look deeper into the RichTextView class.
On Wednesday, April 10, 2019 at 12:08:19 PM UTC-4, Dave Dyer wrote: > > Text is an interface that mostly mimics strings, but it's part of a group > of interfaces I use to build my GUIs, not something > you could just pull out and plug into your applications. You have to take > the whole village, and I haven't engineered the > villiage for export and general use. > > The key things are that Text has string-like methods such as "append" and > "getWidth", and interfaces with a canvas proxy > that supports things like"draw". I produce widgets that look like this > using Text objects, using essentially the same logic that > was once based on strings. > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/85b8bcf2-4ccb-4598-a6bd-92e87d6cf22b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
