Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Is there away to define rich text widget? #169

Closed
Aukstkalnis opened this issue Mar 22, 2019 · 2 comments
Closed

Question: Is there away to define rich text widget? #169

Aukstkalnis opened this issue Mar 22, 2019 · 2 comments

Comments

@Aukstkalnis
Copy link

Hi.

I want to create serial port terminal and I want to use rich text widget but currently it is not yet developed. So my question is what alternatives do we have to print text to window? Use label as text output?

@andydotxyz
Copy link
Member

A label would be the easiest approach if you want to do it with widgets.
If you want more control you could use the lower level canvas API and the text object - but you would have to handle the layout yourself.

Perhaps see my BeebUI project for inspiration? https://github.com/andydotxyz/beebui

@andydotxyz
Copy link
Member

Pretty sure this is a duplicate of #21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants