Python Forum
Change font in a list or tuple - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Change font in a list or tuple (/thread-35261.html)



Change font in a list or tuple - apffal - Oct-13-2021

Is it possible change default font for every item (string) of a list or tuple ?
If yes, how to do it ?

Thanks in advance


RE: Change font in a list or tuple - Underscore - Oct-13-2021

i dont think it possible without a GUI framework


RE: Change font in a list or tuple - Larz60+ - Oct-14-2021

In what context?
fonts are usually application specific.

10 * 10 = 4


RE: Change font in a list or tuple - ndc85430 - Oct-14-2021

What do you mean? Lists and tuples are data structures; they don't have a notion of "font". Please explain what you mean and what you're trying to do.


RE: Change font in a list or tuple - schriftartenio - Jun-16-2023

(Oct-13-2021, 08:33 PM)apffal Wrote: Is it possible change default schriftarten for every item (string) of a list or tuple ?
If yes, how to do it ?

Thanks in advance
I'm here to ask have you found a way?