What are the parameters in the string returned by font.Get(String Family, integer size, integer weight, Boolean italic) as String
Example = ",38,-1,5,2,1,0,0,0,0 "
p[0] = () = family
p[1] = (38) = font size
p[2] = (-1)
p[3] = (5)
p[4] = (2)
p[5] = (1) = italic
p[6] = (0)
p[7] = (0)
p[8] = (0)
p[9] = (0)
Anyone know ?
Reason is, I'm trying to increase the font weight with no success.