Page 1 of 1

Can't import fonts with height larger than 34.

Posted: Sat Jul 14, 2018 4:25 am
by ItsYaBoiLoque
Hello.
I'm having an issue when importing fonts, whenever I compile I get error messages that I can't compile fonts when their height is above 34, it doesn't make errors when they are 34 or smaller and I have seen imported fonts with larger heights, such as in the NW IRPR code, so why can't I do it?

Re: Can't import fonts with height larger than 34.

Posted: Sat Jul 14, 2018 12:28 pm
by sn260591
It is necessary to reduce CharactersPerPage value.

Re: Can't import fonts with height larger than 34.

Posted: Sun Jul 15, 2018 9:50 pm
by Feralidragon
sn260591 wrote:It is necessary to reduce CharactersPerPage value.
Incidentally, although I never tested it myself, even with CharactersPerPage=1 you probably can only have fonts with a size up to 256, although at that point the resulting texture file is probably going to be massive.

Re: Can't import fonts with height larger than 34.

Posted: Sun Jul 15, 2018 11:35 pm
by ItsYaBoiLoque
I tried that but it didn't work, I used Chars instead and just used the characters I needed, I guess that's less used space as well.