So an Entry widget's text can be retrieved using the .get
method but my question is:
Can you italicize the text that .get
receives from the widget?
Adding the font
parameter to the Entry only changes the text displayed in the Entry and not its actual output that .get
gives you, so I'm at a loss.
What I'm actually trying to accomplish by doing this is italicizing only a certain part/string of the text of an Entry field while keeping the other parts of the text unitalicized, so if you have any tips for doing that instead, I'd appreciate the help!
Thanks in advance for the advice!