-
Notifications
You must be signed in to change notification settings - Fork 55
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
Cannot Set Default Font For Empty TextView #147
Comments
Hi @apaly! Thanks for download and use NAppGUI. |
Hi @frang75, |
Implemented on this commit: f6c2ee0 In order not to alter the current operation of the control, the Doc: https://nappgui.com/en/gui/textview.html#h4 |
Related with this issue: #148 |
@frang75, all I can say is wow! to your very quick response to this issue and update of the documentation! The solution is also well thought out. Thanks a lot. |
Hi @frang75 ,
Thanks for this great library.
I am trying out the TextView control. It seems it isn’t possible to set default font for an empty TextView. I set the font using
textview_family
andtextview_fsize
and typed some texts using the keyboard but these settings didn’t have any effect. Likewise, I found out thattextview_fsize
,textview_afspace
andtextview_lspacing
didn’t work for an empty TextView either.I would really appreciate how I can sent these settings for an empty TextView.
Thanks,
Apaly
The text was updated successfully, but these errors were encountered: