Could you provide some info on:
Also, will the mactype-patch still work with this or are some of the direct write changes in the patch available in this release that the patch is no longer needed.
…
Here it goes:
Two-stage loader:
Instead of fully load mactype font engine directly which has a significant overhead, now the mactype will only load mactype.dll/mactype64.dll into process first, which only contains an INI parser and some simple hooks to determine the right opportunity to load the engine (and the child process hook is now done by this first stage loader).
Once the predefined criteria is fulfilled, the mactype.core.dll/mactype64.core.dll will be loaded, and everything will work as before.
Separate DirectWrite parameter adjustment.
First, you need to enable DirectWrite support by setting DirectWrite=1 in General section.
And then comes the new section, DirectWrite. and then... please refer to wiki for more information.
https://github.com/snowie2000/mactype/wiki/DirectWrite-section
Thanks for the detailed info.
From reading the DirectWrite-section, it looks like the third party mactype-patch is no longer required.
Theoretically yes, but silight-jp dips into DirectWrite way deeper than me. I guess he has a better implementation than my version. You can still have a try.
Most helpful comment
Here it goes:
Two-stage loader:
Instead of fully load mactype font engine directly which has a significant overhead, now the mactype will only load mactype.dll/mactype64.dll into process first, which only contains an INI parser and some simple hooks to determine the right opportunity to load the engine (and the child process hook is now done by this first stage loader).
Once the predefined criteria is fulfilled, the mactype.core.dll/mactype64.core.dll will be loaded, and everything will work as before.
Separate DirectWrite parameter adjustment.
First, you need to enable DirectWrite support by setting DirectWrite=1 in General section.
And then comes the new section, DirectWrite. and then... please refer to wiki for more information.
https://github.com/snowie2000/mactype/wiki/DirectWrite-section