Search found 2 matches

by astragor
Thu Mar 24, 2022 8:18 pm
Forum: Support and Development
Topic: [solved]Problem with fonts.
Replies: 2
Views: 2075

Re: Problem with fonts.

I've solved the problem, i had another call to my fonction that return nil for pfont.
Thanks at all.
by astragor
Wed Mar 23, 2022 10:55 pm
Forum: Support and Development
Topic: [solved]Problem with fonts.
Replies: 2
Views: 2075

[solved]Problem with fonts.

Hello I have an error that i dont understand. I'm developing a GUI and I have a problem when I try to pass a filename as a parameter. I wrote my function like this: GUI.addCheckbox(px,py,pw,ph,pcolor,pborderSize,pborderColor,pshape,ptext,pfont,ptextsize) local cb ={} .... cb.text = {} cb.text.font =...