We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can i add more fonts to texture studio?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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.
No branches or pull requests
Can i add more fonts to texture studio?
The text was updated successfully, but these errors were encountered: