BBC BASIC for Windows
Programming >> User Interface >> Fonts
http://bb4w.conforums.com/index.cgi?board=ui&action=display&num=1395519197

Fonts
Post by Wendell on Mar 22nd, 2014, 8:13pm

I would like to use a font name "segoe print" from my system word pad and note pad. BBC set editot font says use system fixed fonts this does not work. Tutorial not clear on this.
Re: Fonts
Post by rtr on Mar 22nd, 2014, 9:29pm

on Mar 22nd, 2014, 8:13pm, Wendell wrote:
I would like to use a font name "segoe print"

Assuming you mean in your BASIC program, it works fine for me:

Code:
      *font Segoe Print,16
      PRINT "Hello world!" 

Richard.

Re: Fonts
Post by Wendell on Mar 22nd, 2014, 9:44pm

Sorry Rich my mind not functioning it works find. I must stop looking at liberty basic format .pay more attention to BBC tutorial