Commit Graph

18 Commits

Author SHA1 Message Date
snowie2000
20e2b100ef fixed some bugs with detours. 2023-08-22 17:48:13 +08:00
snowie2000
9f2f97f1ec compatible with detours 32/64 now. 2023-08-21 15:59:22 +08:00
snowie2000
16564ba8e2 implemented a new way of IPC, reserved for new tuner. 2022-07-18 17:53:24 +08:00
namazso
cc82d3a2bb manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
namazso
412be722a4 fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00
snowie2000
56928ae044 Unified font id generation.
Improve font identification by concatenate fullname, stylename and familyname together with an extra crc32 of fullname to address cases like FiraCode and FuraCode NF mentioned in issue #513
2019-02-28 16:57:42 +08:00
git
923de8431e fixed the bug that MacType is actually not always using the right freetype face.
This is fine for normal vector font, not causes problem for color fonts.
2018-11-07 14:42:26 +08:00
git
6fce9a2fff Infinality patch support (with custom FT_Env calls) 2018-08-02 11:07:50 +08:00
MacType
5ad9b345d4 add bootstrap to help preparing mactype environment
debug version, do not use!
2016-12-20 16:59:09 +08:00
MacType
5bdd8a9aee removed delayhlp
use ldrLoadDll to inject dll from x86 to x64 processes for better compatibility.
2016-11-17 09:07:13 +08:00
MacType
e35c7a109d mactype no longer add its path to environment any more which will give a performance boost when creating new processes.
This will fix the slow down issue reported by issue #192
2016-09-27 16:03:16 +08:00
MacType
8c7214ad2f stack optimization, this should fix the issue related to #192 2016-09-27 12:53:23 +08:00
MacType
d25bd979e3 New child process hook method is now win10 compatible. 2016-09-23 10:13:41 +08:00
MacType
d895921dec introduced a way better method to inject dll to x64 process from x86 2016-09-09 12:37:10 +08:00
MacType
2c1f8cf05c add missing files
change wow64ext to static lib.
2016-09-08 14:13:00 +08:00
MacType
be4393ff65 fixed some bugs with PVS
added MinHeight params to simulate DPI aware
added support for hooking x64 child processes spawned from wow64 processes.
2016-09-08 13:45:52 +08:00
MacType
54f5576792 add directwrite/direct2d tweak support.
better windows version detection.
2016-08-12 10:14:45 +08:00
MacType
07a1eee62c Initial release. Some files may missing, please report.
Dependency not included.

Deps: EasyHook, FreeType
2016-05-30 17:12:15 +08:00