No, you can only give a TEXT a font. For example:

//WETTER
STRING* weather=" ";

TEXT* weather_txt =
{
layer = 12;
pos_x = 10;
pos_y = 10;
size_y = 40;
font=stranded_font;//FONT
strings=1;

}
str_cpy((weather_txt.pstring)[0], weather); //copy string in text, place this in main function


Gamestudio: A7.82 Commercial/A8 Commercial
System specs (Laptop):
Windows 7 64bit
DirectX v10.1
Intel Core i7-720QM CPU @ 1,60 GHz
4GB DDR2 Ram
NVIDIA GeForce GT 230M (1024MB)