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

Add TextView get text attribs functionality #148

Open
frang75 opened this issue Aug 27, 2024 · 0 comments
Open

Add TextView get text attribs functionality #148

frang75 opened this issue Aug 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@frang75
Copy link
Owner

frang75 commented Aug 27, 2024

In https://nappgui.com/en/howto/guihello.html#h6 we can apply the current text attributes to all/selected text in control, using:
textview_apply_all()
textview_apply_sel()

In order to implement a full-featured text editor, we need to access the text attributes (font, size, color, bold, ...) of each current character in the text view.

Related to: #147

@frang75 frang75 self-assigned this Aug 27, 2024
@frang75 frang75 added the enhancement New feature or request label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant