LB Booster
Programming >> Language extensions >> WingDings font
http://lbb.conforums.com/index.cgi?board=extensions&action=display&num=1472561856

WingDings font
Post by Richard Russell on Aug 30th, 2016, 12:57pm

Something mentioned recently over at the LB Community Forum, which I was previously unaware of, is that you cannot use the font command in LB 4 to select a symbols font like WingDings. That's surprising, and as you might expect it's not a limitation that LBB shares:

Code:
    open "WingDing test" for text as #w
    #w "!font WingDings 32"
    #w "J"
    wait 

You can type in the texteditor to see some more characters.

Richard.