Re: [Tutor] changing font

2018-07-13 Thread Alan Gauld via Tutor
On 13/07/18 18:42, Talia Koch via Tutor wrote: > Hi, I am trying to figure out a code that would change my text output to > 'Arial' It all depends on how you are displaying your text. If it is in a GUI such as Tkinter or WxPython you can change the font in yor program. But the technique is compl

Re: [Tutor] changing font

2018-07-13 Thread Cameron Simpson
On 13Jul2018 17:42, Talia Koch wrote: Hi, I am trying to figure out a code that would change my text output to 'Arial' font. How would I do this? Thanks. You will need to provide far more context for this question. What are you using to display your text? HTML (eg a web browser)? Then the

[Tutor] changing font

2018-07-13 Thread Talia Koch via Tutor
Hi, I am trying to figure out a code that would change my text output to 'Arial' font. How would I do this? Thanks. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor