Chrome upgrade, using Directwrite, resulting in mactype can not be font rendering chrome, based on previous results, the solution is summarized as follows:
1, chrome://flags/#disable-direct-write enabled
This can solve the problem of Web page font rendering
2. Chrome Shortcut start parameter add--disable-directwrite-for-ui
This item resolves the menu title issue, but only this shortcut is valid
3. Registry modification Add--disable-directwrite-for-ui
Can perfectly solve the Chrome boot menu title cannot be modified with Mactype
With Reg (can be pasted into a text editor)
Windows Registry Editor Version 5.00
[Hkey_local_machine\software\classes\chromehtml\shell\open\command]
@= "\" C:\\Program Files (x86) \\Google\\Chrome\\Application\\chrome.exe\ "--disable-directwrite-for-ui--\"%1\ ""
[Hkey_local_machine\software\classes\chromehtml.vtvm2jwraludi3llo6tu7ki2iu\shell\open\command]
@= "\" c:\\users\\green\\appdata\\local\\google\\chrome\\application\\chrome.exe\ "--disable-directwrite-for-ui-- \ "%1\" "
[Hkey_classes_root\http\shell\open\command]
@= "\" c:\\users\\green\\appdata\\local\\google\\chrome\\application\\chrome.exe\ "--disable-directwrite-for-ui-- \ "%1\" "
[Hkey_classes_root\https\shell\open\command]
@= "\" c:\\users\\green\\appdata\\local\\google\\chrome\\application\\chrome.exe\ "--disable-directwrite-for-ui-- \ "%1\" "
[Hkey_classes_root\ftp\shell\open\command]
@= "\" c:\\users\\green\\appdata\\local\\google\\chrome\\application\\chrome.exe\ "--disable-directwrite-for-ui-- \ "%1\" "
[Hkey_classes_root\htmlfile\shell\open\command]
@= "\" c:\\users\\green\\appdata\\local\\google\\chrome\\application\\chrome.exe\ "--disable-directwrite-for-ui-- \ "%1\" "
[Hkey_classes_root\htmlfile\shell\opennew\command]
@= "\" c:\\users\\green\\appdata\\local\\google\\chrome\\application\\chrome.exe\ "--disable-directwrite-for-ui-- \ "%1\" "
Modify the chrome path yourself.
Workaround for Chrome menu titles that do not support mactype after version 41