mactype/README.md

76 lines
2.8 KiB
Markdown
Raw Permalink Normal View History

2016-08-26 14:22:57 +08:00
MacType
========================
2024-09-21 09:12:49 +08:00
[日本語](./README_ja-JP.md)
2016-08-26 14:22:57 +08:00
2018-10-19 23:09:19 +08:00
Better font rendering for Windows.
2017-06-17 21:49:26 +08:00
2024-09-21 09:09:11 +08:00
Latest build
2017-06-15 21:01:05 +08:00
------------------
2024-09-21 09:09:11 +08:00
[Download](https://github.com/snowie2000/mactype/releases/latest)
2018-09-22 14:43:57 +08:00
2018-10-19 23:09:19 +08:00
Official site
2016-09-02 21:54:15 +08:00
------------------
2021-06-03 15:59:31 +08:00
MacType official site:
2016-09-02 21:54:15 +08:00
2024-12-11 15:37:26 +08:00
http://www.mactype.net (An archived version is restored)
2016-08-26 14:22:57 +08:00
2017-06-15 21:00:31 +08:00
What's new?
------------------
2024-09-09 05:16:51 +08:00
- Win11 compatible
2021-06-03 15:59:31 +08:00
- CET compatible
- Updated FreeType
2018-10-19 23:09:19 +08:00
- Support for color fonts :sunglasses:
- 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
2024-09-21 09:09:11 +08:00
- Better DirectWrite support thanks to [しらいと](http://silight.hatenablog.jp)
2018-10-19 23:09:19 +08:00
- Separate DirectWrite parameter adjustment
- Traditional Chinese localization greatly improved thanks to GT Wang
- English localization improved
2017-06-16 10:08:50 +08:00
- Added Korea localization, thanks to 조현희
2018-10-19 23:09:19 +08:00
- MultiLang system improved
2017-06-15 21:00:31 +08:00
2017-06-17 14:27:49 +08:00
Donation
------------------
2017-06-17 14:51:52 +08:00
MacType now accepts donations.
2017-06-17 14:49:53 +08:00
2018-09-11 04:55:14 +08:00
Please visit http://www.mactype.net and keep an eye on the bottom right corner :heart:
2017-06-17 14:27:49 +08:00
2017-06-17 14:53:15 +08:00
Thank you for your support! Your donations will keep the server running, keep me updating, and buy more coffees :coffee:
2017-06-17 14:27:49 +08:00
2018-08-28 13:56:26 +08:00
Known issues
2016-09-02 22:01:54 +08:00
---------------
- Please backup your profiles before upgrading!
2016-11-17 09:16:54 +08:00
2018-10-19 23:09:19 +08:00
- 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!
2017-06-16 10:06:41 +08:00
- 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
2017-06-20 15:44:42 +08:00
2018-10-01 13:14:54 +08:00
- 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.
2017-06-20 15:44:42 +08:00
2022-10-19 17:38:33 +08:00
- WPS has a built in defense that **UNLOADS** MacType automatically. The latest version has a workaround [here](https://github.com/snowie2000/mactype/wiki/WPS) thanks to wmjordan.
2019-07-17 16:25:46 +08:00
2021-12-07 01:46:32 +08:00
How to get registry mode back
2021-06-03 15:59:31 +08:00
-------------
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](https://github.com/snowie2000/mactype/wiki/Enable-registry-mode-manually), get your screwdrivers ready before you head over to it.
2017-06-20 15:44:42 +08:00
How to build
-------------
2022-08-10 15:41:52 +08:00
Check how to build [document](https://github.com/snowie2000/mactype/blob/directwrite/doc/HOWTOBUILD.md)
2017-06-20 15:44:42 +08:00