Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add more font to TextureStudio? #141

Open
JacqMaquinna opened this issue Mar 24, 2024 · 3 comments
Open

How to add more font to TextureStudio? #141

JacqMaquinna opened this issue Mar 24, 2024 · 3 comments

Comments

@JacqMaquinna
Copy link

Can i add more fonts to texture studio?

@Pottus
Copy link
Owner

Pottus commented Mar 25, 2024

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
Copy link

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
Copy link

Compile the tstudio.pwn file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants