var/list/RSC=list('myfont.ttf')
winset(src,"Window1.label1","font-family=\"myfont.ttf\"")
winset(src,"Window1.label1","font-family=\"myfont\"")//also does not work
Doesn't change the font at all? How do you change font? All those elements exist and its not giving me an error.
Everyone says check the skin reference but this is all it has to say:
"If you include any .ttf font files in your resources by putting them in single quotes in your source code, they will be temporarily installed on the user's system so they are available to your interface. It is a good idea not to do this with common fonts that most people have, because font files can be large. Also you should be sure the font is OK to distribute. Many freeware fonts can be found online."
I hope the page above helps you.