You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: