Page 1 of 1

Default font

Posted: Wed Sep 20, 2017 2:30 pm
by rbytes
What is the name and size of the default font? I could not find this information in the manual.

Thanks

Re: Default font

Posted: Wed Sep 20, 2017 5:11 pm
by Mr. Kibernetik
This code can tell:

Code: Select all

#.output(#.fontname(),"  ",#.fontsize())
Result:

Code: Select all

Segoe UI  20

Re: Default font

Posted: Wed Sep 20, 2017 5:17 pm
by rbytes
Another nice feature of SPL. Input and output from the same command. :D