nappgui_src icon indicating copy to clipboard operation
nappgui_src copied to clipboard

Add TextView get text attribs functionality

Open frang75 opened this issue 5 months ago • 0 comments

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: https://github.com/frang75/nappgui_src/issues/147

frang75 avatar Aug 27 '24 20:08 frang75