Brad Allred

Results 273 comments of Brad Allred

the atlas doesn't have any concept of cells or restrictions beyond the page size so that's not it.

the font is lacking kerning info according to the return from `FT_HAS_KERNING`. from the docs: > Kerning for OpenType fonts implemented in a ‘GPOS’ table is not supported

this doesn't look easy to do (not saying it shouldn't be done) is there any way to easily add some old style kerning to the ASCII portion of the font...

I would have thought that was supposed to be handled by kerning.

I think the right call here would be to just use SDL_TTF and let it do all the complicated work. SDL_TTF would probably also fix/alleviate a bunch of other font...

oh, good. nothing is likely broken then. It's just a question of where we are using such comparisons outside of `ResRef` and `ieVariable`

we can expand `TextEditFlags` with these bits ``` enum TextEditFlags { // !!! Keep these synchronized with GUIDefines.py !!! Alpha = 1, // TextEdit accepts alpha input Numeric = 2...

I don't think its terribly easy to append text after the options. Can we settle for right above them?

just copy the valid values from another PC? or would it choke on 2 actors being in the same spot?

it probably behaves differently for SDL 2