Ian Pilcher ian.pilcher@home.com writes:
I decided to put all of the data into dlls/wineps/agl.c, since changing the glyph list data without regenerating the font metrics data would cause things to break in extremely bizarre ways. (Well, it will once I actually use the glyph names.)
You should really split it into separate files, a 40,000 lines file is a bit too much. Also all this data must be constant and in a read-only section, it's eating 400k of data space right now.
I'm guessing that you have a script to generate all this; could you please consider submitting it? This way other people can make changes too.