Huh, good point; hadn't occurred to me; I'll take a look.npope wrote:Just a thought, but maybe pygame could be a good choice (at least for the display part of what you are talking about). It seems to work without X.
Huh, good point; hadn't occurred to me; I'll take a look.npope wrote:Just a thought, but maybe pygame could be a good choice (at least for the display part of what you are talking about). It seems to work without X.
Oh right, the caching of different sizes is supposed to be for font hinting ...Chinasaur wrote:Hmm, but this brings up the question: wouldn't it be better to just cache one font size and use transformations to do the different sizes? I'm planning to dig into the font stuff a little anyway, so will take a look.