|
must have posted right after you did...
wow... that's alot more processing than the code I have right now...
Thanks for the tips, just a few questions after a glance (there'll be more later ofcourse ;) ):
1) //Updating horizontal counters... if ((reg->contents & 0x1f) <-- what is "reg->contents" ? (what does reg point to, and what would it's contents be?
2) What exactly are you doing when you say "Update vertical counters"? - My guess would be that you are either skipping attribute tables (don't want to use 'em as NTs...) or redirecting to the next name table as the vertical name tables aren't the ones closest together (there's a NT inbetween each vertical one in memory)..
|