
-----------------------------------
conbunthedestroyer
Sun Jun 11, 2017 3:06 pm

Font used for the GUI?
-----------------------------------
What is it you are trying to achieve?
Oddly specific question, but I'm trying to find the exact font used for the GUI modules so I can replicate it. Do any of you know what they use? If not, it's no biggy. Thanks!

Please specify what version of Turing you are using
Turing 4.1.1

-----------------------------------
NightOwl
Mon Jun 12, 2017 10:06 am

Re: Font used for the GUI?
-----------------------------------
I'm pretty sure it's the default font, which you can find out by running the following (You can find more info at http://compsci.ca/holtsoft/doc/fontmodule.html) :


var fontName := Font.Name(fontDefaultID)


-----------------------------------
conbunthedestroyer
Wed Jun 21, 2017 11:31 am

Re: Font used for the GUI?
-----------------------------------
Ah! Thank you so much (I also found that just using Times New Roman suits it fairly well) :)
