Pottus / Texture-Studio

83 stars 90 forks source link

How to add more font to TextureStudio? #141

Open JacqMaquinna opened 5 months ago

JacqMaquinna commented 5 months ago

Can i add more fonts to texture studio?

Pottus commented 5 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.

ParshanDust commented 4 months ago

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)

**

nexquery commented 2 months ago

Compile the tstudio.pwn file.