Quote:
Originally Posted by jackie_w
Would either of you be able to figure out the 3.1.0 settings for the patch `Freedom to advanced fonts control`? I think there's a few of us font fanatics who like to have 'TypeGenius' for all fonts.
|
I had a look at that patch, but it redirects a subroutine call through what seems to be a link-time jump table, and I don't know enough about how the linker works to figure out the new address to use.
The patches I have worked out all involve either blocking a subroutine call altogether (by replacing the branch instruction with a no-op) or changing the arguments that are passed to a subroutine.