Open JacqMaquinna opened 8 months ago
It's in fontdata.pwn
stock const FontNames[][] = {
"Arial",
"courier",
"Webdings",
"Wingdings",
"GTAWEAPON3",
"Calibri",
"Engravers MT",
"Quartz MS",
"Segoe Keycaps",
"Fixedsys"
};
Simply add more font names to the list then compile the script.
When I add a font and try to compile, it gives an error This error: **
Texture Studio\filterscripts\tstudio\fontdata.pwn(57) : error 013: no entry point (no public functions)
**
Compile the tstudio.pwn file.
Can i add more fonts to texture studio?