come posso impostare la dimensione per un font che importo per poi usare con imagestring()?????
ho dato un'occhiata alle varie funzioni.. ma non ho trovato nulla che mi sembrasse adatto..![]()
come posso impostare la dimensione per un font che importo per poi usare con imagestring()?????
ho dato un'occhiata alle varie funzioni.. ma non ho trovato nulla che mi sembrasse adatto..![]()
"int imagestring ( resource image, int font, int x, int y, string s, int col )
imagestring() draws the string s in the image identified by image with the upper-left corner at coordinates x, y (top left is 0, 0) in color col. If font is 1, 2, 3, 4 or 5, a built-in font is used. "
![]()
![]()
think simple think ringo
sì.. appunto..[supersaibal]Originariamente inviato da marketto
"int imagestring ( resource image, int font, int x, int y, string s, int col )
imagestring() draws the string s in the image identified by image with the upper-left corner at coordinates x, y (top left is 0, 0) in color col. If font is 1, 2, 3, 4 or 5, a built-in font is used. "
![]()
[/supersaibal]
ma se font è il path di un mio font... come faccio a dargli le dimensioni? -.-
con imagestring non puoi usare un tuo font, lo puoi fare solo con imagettftext()
![]()
eppure l'ho fatto[supersaibal]Originariamente inviato da pugia
con imagestring non puoi usare un tuo font [/supersaibal]
vedo l'altra funzione![]()