Can't import fonts with height larger than 34.

Discussions about Coding and Scripting
Post Reply
User avatar
ItsYaBoiLoque
Novice
Posts: 24
Joined: Fri May 25, 2018 7:37 pm
Personal rank: PhD in Fraggin' Ya!

Can't import fonts with height larger than 34.

Post 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?
sn260591
Average
Posts: 75
Joined: Sat Jun 01, 2013 10:38 am

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

Post by sn260591 »

It is necessary to reduce CharactersPerPage value.
User avatar
Feralidragon
Godlike
Posts: 5489
Joined: Wed Feb 27, 2008 6:24 pm
Personal rank: Work In Progress
Location: Liandri

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

Post 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.
User avatar
ItsYaBoiLoque
Novice
Posts: 24
Joined: Fri May 25, 2018 7:37 pm
Personal rank: PhD in Fraggin' Ya!

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

Post 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.
Post Reply