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

Support style modifiers for canvas backend #29

Open
orhun opened this issue Jan 15, 2025 · 1 comment
Open

Support style modifiers for canvas backend #29

orhun opened this issue Jan 15, 2025 · 1 comment
Labels
canvas Canvas backend related feature New feature or request

Comments

@orhun
Copy link
Owner

orhun commented Jan 15, 2025

e.g. constructing bold text:

Paragraph::new("Coming soon!").block(Block::bordered().title("Meetups".bold())),
@orhun orhun added the feature New feature or request label Jan 15, 2025
@orhun
Copy link
Owner Author

orhun commented Jan 17, 2025

Implemented for DOM backend in #32

We should do the same for canvas

@orhun orhun changed the title Support style modifiers Support style modifiers for CanvasBackend Jan 26, 2025
@orhun orhun added the canvas Canvas backend related label Jan 26, 2025
@orhun orhun changed the title Support style modifiers for CanvasBackend Support style modifiers for canvas backend Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
canvas Canvas backend related feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant