Better font rendering for Windows.
Go to file
2021-12-06 12:46:32 -05:00
doc Export FT_Glyph_To_BitmapEx in the patched freetype 2021-01-06 22:38:28 +09:00
optimize Initial release. Some files may missing, please report. 2016-05-30 17:12:15 +08:00
.gitignore add lib/ to gitignore 2020-04-12 10:01:45 +02:00
array.h Initial release. Some files may missing, please report. 2016-05-30 17:12:15 +08:00
build.vc2005.bat Initial release. Some files may missing, please report. 2016-05-30 17:12:15 +08:00
cache.cpp manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
cache.h manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
colorinvert.h fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00
common.h manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
crc32.h fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00
detours.h Initial release. Some files may missing, please report. 2016-05-30 17:12:15 +08:00
directwrite.cpp fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00
directwrite.h fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00
dll.cpp manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
dll.h fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00
dynCodeHelper.cpp fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00
dynCodeHelper.h fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00
easyhook.h fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00
EventLogging.cpp fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00
EventLogging.h add missing files 2016-09-02 19:49:34 +08:00
expfunc.cpp manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
expfunc.def Initial release. Some files may missing, please report. 2016-05-30 17:12:15 +08:00
ft2build.h Initial release. Some files may missing, please report. 2016-05-30 17:12:15 +08:00
ft2vert.c manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
ft2vert.h Initial release. Some files may missing, please report. 2016-05-30 17:12:15 +08:00
ft - non-ref.cpp manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
ft.cpp Merge branch 'directwrite' of https://githubfast.com/snowie2000/mactype into directwrite 2021-05-07 16:13:01 +08:00
ft.h manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
fteng.cpp manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
fteng.h manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
ftref.c Initial release. Some files may missing, please report. 2016-05-30 17:12:15 +08:00
ftref.h fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00
gdidll.rc Merge branch 'directwrite' of https://githubfast.com/snowie2000/mactype into directwrite 2021-05-07 16:13:01 +08:00
gdiexe.rc add utf8 codepage pragma to rc files 2020-12-06 11:43:08 +01:00
gdiPlusFlat2.cpp fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00
gdiPlusFlat2.h manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
GdiPlusTypes2.h Initial release. Some files may missing, please report. 2016-05-30 17:12:15 +08:00
gdipp.icproj Initial release. Some files may missing, please report. 2016-05-30 17:12:15 +08:00
gdipp.sln uniformize line endings 2020-12-06 08:59:02 +01:00
gdipp.vcxproj Merge branch 'directwrite' of https://githubfast.com/snowie2000/mactype into directwrite 2021-05-07 16:13:01 +08:00
gdipp.vcxproj.filters fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00
hash_list.cpp fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00
hash_list.h fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00
hook.cpp manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
hooklist.h uniformize line endings 2020-12-06 08:59:02 +01:00
ivs_otft.h Initial release. Some files may missing, please report. 2016-05-30 17:12:15 +08:00
LICENSE Add GNU 3.0 license 2018-11-07 14:43:00 +08:00
Makefile Initial release. Some files may missing, please report. 2016-05-30 17:12:15 +08:00
Makefile.vc2005 Initial release. Some files may missing, please report. 2016-05-30 17:12:15 +08:00
makelib.cmd Initial release. Some files may missing, please report. 2016-05-30 17:12:15 +08:00
misc.cpp manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
override.cpp manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
override.h optimized delayinit. 2016-09-27 15:02:20 +08:00
ownedcs.cpp manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
ownedcs.h fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00
README.md Typo in README 2021-12-06 12:46:32 -05:00
resource Initial release. Some files may missing, please report. 2016-05-30 17:12:15 +08:00
resource.h Initial release. Some files may missing, please report. 2016-05-30 17:12:15 +08:00
run.cpp manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
settings.cpp Merge branch 'directwrite' of https://githubfast.com/snowie2000/mactype into directwrite 2021-05-07 16:13:01 +08:00
settings.h Merge branch 'directwrite' of https://githubfast.com/snowie2000/mactype into directwrite 2021-05-07 16:13:01 +08:00
stdint.h Initial release. Some files may missing, please report. 2016-05-30 17:12:15 +08:00
strtoken.h manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
supinfo.h manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
tlsdata.h manually correct ambigous encoding ones 2020-12-06 11:38:08 +01:00
undocAPI.h fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00
wow64ext.h improved implementation of clipboxfix functionality. 2018-04-13 14:05:08 +08:00
wow64layer.h fix file encoding in non-ambigous cases 2020-12-06 10:00:05 +01:00

MacType

Better font rendering for Windows.

Latest beta

2021.1-RC1 (Recommended)

Official site

MacType official site:

http://www.mactype.net

What's new?

  • Win10 compatible
  • CET compatible
  • Updated FreeType
  • Support for color fonts 😎
  • New installer
  • Lots of bug fixes
  • Updates for multi-monitor support
  • Tray app can intercept explorer in Service Mode now
  • Tweaks for diacritics
  • Updates to EasyHook
  • Lower CPU in Tray Mode
  • Better DirectWrite support thanks to しらいと[http://silight.hatenablog.jp]
  • Separate DirectWrite parameter adjustment
  • Traditional Chinese localization greatly improved thanks to GT Wang
  • English localization improved
  • Added Korea localization, thanks to 조현희
  • MultiLang system improved

Donation

MacType now accepts donations.

Please visit http://www.mactype.net and keep an eye on the bottom right corner ❤️

Thank you for your support! Your donations will keep the server running, keep me updating, and buy more coffees

Known issues

  • Please backup your profiles before upgrading!

  • Only Chinese simplified/Traditional and English are fully localized, some options may missing in MacType Tuner due to the strings missing in the language file. You can help with translations!

  • If you want to use MacType-patch together with MacType official release, remember to add DirectWrite=0 to your profile or you will have mysterious problems

  • If you're running 64 bit Windows, antimalware/antivirus software may conflict with MacType, because it sees MacType trying to modify running software. One possible workaround is to try running in Service Mode (recommended), or add HookChildProcesses=0 to your profile. See https://github.com/snowie2000/mactype/wiki/HookChildProcesses for an explanation

  • Office 2013 does not use DirectWrite or GDI (it uses its own custom rendering), so Office 2013 doesn't work with MacType. If this bothers you you can use Office 2010 which uses GDI or Office 2016+ which uses DirectWrite.

  • WPS has a builtin defense that UNLOADS MacType automatically which can't be turned off. Please contact its software support for solution. We won't to anything to walkaround it.

How to get registry mode back

It is no longer possible to enable registry mode via the wizard in Windows 10.

We have a detailed guide on how you can enable the registry mode manually in wiki, get your screwdrivers ready before you head over to it.

How to build

Check how to build document