diff --git a/Readme-ja.md b/Readme-ja.md index e495b10..8ea4d58 100644 --- a/Readme-ja.md +++ b/Readme-ja.md @@ -34,7 +34,7 @@ Windows 10バージョン1703 (Creators Update) から、内蔵のTrueTypeレン 3. `Auto-Patch-Then-Install.ps1`を右クリックし、「PowerShellで実行」を選択します。 -4. スクリプトが自動的にフォントを処理し、`C:\Patched Fonts`にインストールするのを待ちます。 +4. スクリプトが自動的にフォントを処理し、`C:\Windows\Fonts\FaithType`にインストールするのを待ちます。 5. 終了すると、ウィンドウの下部に「Press Enter to exit」と表示されます。エラーメッセージが表示されていないか確認してください。 @@ -60,14 +60,14 @@ Windows 10バージョン1703 (Creators Update) から、内蔵のTrueTypeレン 5. フォントファイルを処理します: ```ps1 - mkdir "C:\Patched Fonts" - .\faithtype.exe "C:\Windows\Fonts\meiryo.ttc" -o "C:\Patched Fonts\meiryo.ttc" - .\faithtype.exe "C:\Windows\Fonts\msgothic.ttc" -o "C:\Patched Fonts\msgothic.ttc" - .\faithtype.exe "C:\Windows\Fonts\msmincho.ttc" -o "C:\Patched Fonts\msmincho.ttc" - .\faithtype.exe "C:\Windows\Fonts\YuGothB.ttc" -o "C:\Patched Fonts\YuGothB.ttc" - .\faithtype.exe "C:\Windows\Fonts\YuGothL.ttc" -o "C:\Patched Fonts\YuGothL.ttc" - .\faithtype.exe "C:\Windows\Fonts\YuGothM.ttc" -o "C:\Patched Fonts\YuGothM.ttc" - .\faithtype.exe "C:\Windows\Fonts\YuGothR.ttc" -o "C:\Patched Fonts\YuGothR.ttc" + mkdir "C:\Windows\Fonts\FaithType" + .\faithtype.exe "C:\Windows\Fonts\meiryo.ttc" -o "C:\Windows\Fonts\FaithType\meiryo.ttc" + .\faithtype.exe "C:\Windows\Fonts\msgothic.ttc" -o "C:\Windows\Fonts\FaithType\msgothic.ttc" + .\faithtype.exe "C:\Windows\Fonts\msmincho.ttc" -o "C:\Windows\Fonts\FaithType\msmincho.ttc" + .\faithtype.exe "C:\Windows\Fonts\YuGothB.ttc" -o "C:\Windows\Fonts\FaithType\YuGothB.ttc" + .\faithtype.exe "C:\Windows\Fonts\YuGothL.ttc" -o "C:\Windows\Fonts\FaithType\YuGothL.ttc" + .\faithtype.exe "C:\Windows\Fonts\YuGothM.ttc" -o "C:\Windows\Fonts\FaithType\YuGothM.ttc" + .\faithtype.exe "C:\Windows\Fonts\YuGothR.ttc" -o "C:\Windows\Fonts\FaithType\YuGothR.ttc" ``` 6. **オプション:** ヒンティングを再生成したい場合は、このステップで[ttfautohint](https://www.freetype.org/ttfautohint/#download)を使います。 @@ -79,13 +79,13 @@ Windows 10バージョン1703 (Creators Update) から、内蔵のTrueTypeレン Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts] - "Meiryo & Meiryo Italic & Meiryo UI & Meiryo UI Italic (TrueType)"="C:\Patched Fonts\meiryo.ttc" - "MS Gothic & MS UI Gothic & MS PGothic (TrueType)"="C:\Patched Fonts\msgothic.ttc" - "MS Mincho & MS PMincho (TrueType)"="C:\Patched Fonts\msmincho.ttc" - "Yu Gothic Bold & Yu Gothic UI Semibold & Yu Gothic UI Bold (TrueType)"="C:\Patched Fonts\YuGothB.ttc" - "Yu Gothic Light & Yu Gothic UI Light (TrueType)"="C:\Patched Fonts\YuGothL.ttc" - "Yu Gothic Medium & Yu Gothic UI Regular (TrueType)"="C:\Patched Fonts\YuGothM.ttc" - "Yu Gothic Regular & Yu Gothic UI Semilight (TrueType)"="C:\Patched Fonts\YuGothR.ttc" + "Meiryo & Meiryo Italic & Meiryo UI & Meiryo UI Italic (TrueType)"="C:\Windows\Fonts\FaithType\meiryo.ttc" + "MS Gothic & MS UI Gothic & MS PGothic (TrueType)"="C:\Windows\Fonts\FaithType\msgothic.ttc" + "MS Mincho & MS PMincho (TrueType)"="C:\Windows\Fonts\FaithType\msmincho.ttc" + "Yu Gothic Bold & Yu Gothic UI Semibold & Yu Gothic UI Bold (TrueType)"="C:\Windows\Fonts\FaithType\YuGothB.ttc" + "Yu Gothic Light & Yu Gothic UI Light (TrueType)"="C:\Windows\Fonts\FaithType\YuGothL.ttc" + "Yu Gothic Medium & Yu Gothic UI Regular (TrueType)"="C:\Windows\Fonts\FaithType\YuGothM.ttc" + "Yu Gothic Regular & Yu Gothic UI Semilight (TrueType)"="C:\Windows\Fonts\FaithType\YuGothR.ttc" ``` 9. システムを再起動します。 diff --git a/Readme-zh_cn.md b/Readme-zh_cn.md index 47eea45..671d852 100644 --- a/Readme-zh_cn.md +++ b/Readme-zh_cn.md @@ -34,7 +34,7 @@ 3. 右键点击 `Auto-Patch-Then-Install.ps1`,选择“使用 PowerShell 运行”。 -4. 等待脚本自动处理字体文件并安装到 `C:\Patched Fonts`。 +4. 等待脚本自动处理字体文件并安装到 `C:\Windows\Fonts\FaithType`。 5. 完成后,窗口最下方会提示“Press Enter to exit”。请检查有没有任何报错。 @@ -60,15 +60,15 @@ 5. 处理字体文件: ```ps1 - mkdir "C:\Patched Fonts" - .\faithtype.exe "C:\Windows\Fonts\msyh.ttc" -o "C:\Patched Fonts\msyh.ttc" - .\faithtype.exe "C:\Windows\Fonts\msyhbd.ttc" -o "C:\Patched Fonts\msyhbd.ttc" - .\faithtype.exe "C:\Windows\Fonts\msyhl.ttc" -o "C:\Patched Fonts\msyhl.ttc" - .\faithtype.exe "C:\Windows\Fonts\simfang.ttf" -o "C:\Patched Fonts\simfang.ttf" - .\faithtype.exe "C:\Windows\Fonts\simhei.ttf" -o "C:\Patched Fonts\simhei.ttf" - .\faithtype.exe "C:\Windows\Fonts\simkai.ttf" -o "C:\Patched Fonts\simkai.ttf" - .\faithtype.exe "C:\Windows\Fonts\simsun.ttc" -o "C:\Patched Fonts\simsun.ttc" - .\faithtype.exe "C:\Windows\Fonts\simsunb.ttf" -o "C:\Patched Fonts\simsunb.ttf" + mkdir "C:\Windows\Fonts\FaithType" + .\faithtype.exe "C:\Windows\Fonts\msyh.ttc" -o "C:\Windows\Fonts\FaithType\msyh.ttc" + .\faithtype.exe "C:\Windows\Fonts\msyhbd.ttc" -o "C:\Windows\Fonts\FaithType\msyhbd.ttc" + .\faithtype.exe "C:\Windows\Fonts\msyhl.ttc" -o "C:\Windows\Fonts\FaithType\msyhl.ttc" + .\faithtype.exe "C:\Windows\Fonts\simfang.ttf" -o "C:\Windows\Fonts\FaithType\simfang.ttf" + .\faithtype.exe "C:\Windows\Fonts\simhei.ttf" -o "C:\Windows\Fonts\FaithType\simhei.ttf" + .\faithtype.exe "C:\Windows\Fonts\simkai.ttf" -o "C:\Windows\Fonts\FaithType\simkai.ttf" + .\faithtype.exe "C:\Windows\Fonts\simsun.ttc" -o "C:\Windows\Fonts\FaithType\simsun.ttc" + .\faithtype.exe "C:\Windows\Fonts\simsunb.ttf" -o "C:\Windows\Fonts\FaithType\simsunb.ttf" ``` 6. **可选:** 如果你打算重建 hinting 指令,在这一步使用 [ttfautohint](https://www.freetype.org/ttfautohint/#download) 进行 hinting 重建。 @@ -80,14 +80,14 @@ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts] - "FangSong (TrueType)"="C:\Patched Fonts\simfang.ttf" - "KaiTi (TrueType)"="C:\Patched Fonts\simkai.ttf" - "Microsoft YaHei & Microsoft YaHei UI (TrueType)"="C:\Patched Fonts\msyh.ttc" - "Microsoft YaHei Bold & Microsoft YaHei UI Bold (TrueType)"="C:\Patched Fonts\msyhbd.ttc" - "Microsoft YaHei Light & Microsoft YaHei UI Light (TrueType)"="C:\Patched Fonts\msyhl.ttc" - "SimHei (TrueType)"="C:\Patched Fonts\simhei.ttf" - "SimSun & NSimSun (TrueType)"="C:\Patched Fonts\simsun.ttc" - "SimSun-ExtB (TrueType)"="C:\Patched Fonts\simsunb.ttf" + "FangSong (TrueType)"="C:\Windows\Fonts\FaithType\simfang.ttf" + "KaiTi (TrueType)"="C:\Windows\Fonts\FaithType\simkai.ttf" + "Microsoft YaHei & Microsoft YaHei UI (TrueType)"="C:\Windows\Fonts\FaithType\msyh.ttc" + "Microsoft YaHei Bold & Microsoft YaHei UI Bold (TrueType)"="C:\Windows\Fonts\FaithType\msyhbd.ttc" + "Microsoft YaHei Light & Microsoft YaHei UI Light (TrueType)"="C:\Windows\Fonts\FaithType\msyhl.ttc" + "SimHei (TrueType)"="C:\Windows\Fonts\FaithType\simhei.ttf" + "SimSun & NSimSun (TrueType)"="C:\Windows\Fonts\FaithType\simsun.ttc" + "SimSun-ExtB (TrueType)"="C:\Windows\Fonts\FaithType\simsunb.ttf" ``` 9. 重启系统。 diff --git a/Readme-zh_tw.md b/Readme-zh_tw.md index b0dfa43..3c1c4db 100644 --- a/Readme-zh_tw.md +++ b/Readme-zh_tw.md @@ -34,7 +34,7 @@ 3. 右鍵點選 `Auto-Patch-Then-Install.ps1`,選擇「用 PowerShell 執行」。 -4. 等待指令碼自動處理字型檔並安裝至 `C:\Patched Fonts`。 +4. 等待指令碼自動處理字型檔並安裝至 `C:\Windows\Fonts\FaithType`。 5. 完成後,視窗最下方會提示「Press Enter to exit」。請檢查是否有錯誤訊息。 @@ -60,12 +60,12 @@ 5. 處理字型檔: ```ps1 - mkdir "C:\Patched Fonts" - .\faithtype.exe "C:\Windows\Fonts\msjh.ttc" -o "C:\Patched Fonts\msjh.ttc" - .\faithtype.exe "C:\Windows\Fonts\msjhbd.ttc" -o "C:\Patched Fonts\msjhbd.ttc" - .\faithtype.exe "C:\Windows\Fonts\msjhl.ttc" -o "C:\Patched Fonts\msjhl.ttc" - .\faithtype.exe "C:\Windows\Fonts\mingliu.ttc" -o "C:\Patched Fonts\mingliu.ttc" - .\faithtype.exe "C:\Windows\Fonts\mingliub.ttc" -o "C:\Patched Fonts\mingliub.ttc" + mkdir "C:\Windows\Fonts\FaithType" + .\faithtype.exe "C:\Windows\Fonts\msjh.ttc" -o "C:\Windows\Fonts\FaithType\msjh.ttc" + .\faithtype.exe "C:\Windows\Fonts\msjhbd.ttc" -o "C:\Windows\Fonts\FaithType\msjhbd.ttc" + .\faithtype.exe "C:\Windows\Fonts\msjhl.ttc" -o "C:\Windows\Fonts\FaithType\msjhl.ttc" + .\faithtype.exe "C:\Windows\Fonts\mingliu.ttc" -o "C:\Windows\Fonts\FaithType\mingliu.ttc" + .\faithtype.exe "C:\Windows\Fonts\mingliub.ttc" -o "C:\Windows\Fonts\FaithType\mingliub.ttc" ``` 6. **可省略:** 若要重建 hinting 指令,在這一步使用 [ttfautohint](https://www.freetype.org/ttfautohint/#download)。 @@ -77,11 +77,11 @@ Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts] - "Microsoft JhengHei & Microsoft JhengHei UI (TrueType)"="C:\Patched Fonts\msjh.ttc" - "Microsoft JhengHei Bold & Microsoft JhengHei UI Bold (TrueType)"="C:\Patched Fonts\msjhbd.ttc" - "Microsoft JhengHei Light & Microsoft JhengHei UI Light (TrueType)"="C:\Patched Fonts\msjhl.ttc" - "MingLiU & PMingLiU & MingLiU_HKSCS (TrueType)"="C:\Patched Fonts\mingliu.ttc" - "MingLiU-ExtB & PMingLiU-ExtB & MingLiU_HKSCS-ExtB (TrueType)"="C:\Patched Fonts\mingliub.ttc" + "Microsoft JhengHei & Microsoft JhengHei UI (TrueType)"="C:\Windows\Fonts\FaithType\msjh.ttc" + "Microsoft JhengHei Bold & Microsoft JhengHei UI Bold (TrueType)"="C:\Windows\Fonts\FaithType\msjhbd.ttc" + "Microsoft JhengHei Light & Microsoft JhengHei UI Light (TrueType)"="C:\Windows\Fonts\FaithType\msjhl.ttc" + "MingLiU & PMingLiU & MingLiU_HKSCS (TrueType)"="C:\Windows\Fonts\FaithType\mingliu.ttc" + "MingLiU-ExtB & PMingLiU-ExtB & MingLiU_HKSCS-ExtB (TrueType)"="C:\Windows\Fonts\FaithType\mingliub.ttc" ``` 9. 重新啟動系統。 diff --git a/Readme.md b/Readme.md index 43ddd02..4c51185 100644 --- a/Readme.md +++ b/Readme.md @@ -43,7 +43,7 @@ The image below must be viewed at 100% zoom. If you are on PC, click 3. Right click `Auto-Patch-Then-Install.ps1` and select “Run with PowerShell”. 4. Wait for the script to automatically install patched fonts to - `C:\Patched Fonts`. + `C:\Windows\Fonts\FaithType`. 5. When it finishes, you will see “Press Enter to exit” at the bottom of the window. Please check whether there are any error messages. @@ -71,19 +71,19 @@ PowerShell”, then restart the system. Always uninstall before re-installing. 5. Process the fonts: ```ps1 - mkdir "C:\Patched Fonts" - .\faithtype.exe "C:\Windows\Fonts\msgothic.ttc" -o "C:\Patched Fonts\msgothic.ttc" - .\faithtype.exe "C:\Windows\Fonts\msjh.ttc" -o "C:\Patched Fonts\msjh.ttc" - .\faithtype.exe "C:\Windows\Fonts\msjhbd.ttc" -o "C:\Patched Fonts\msjhbd.ttc" - .\faithtype.exe "C:\Windows\Fonts\msjhl.ttc" -o "C:\Patched Fonts\msjhl.ttc" - .\faithtype.exe "C:\Windows\Fonts\msyh.ttc" -o "C:\Patched Fonts\msyh.ttc" - .\faithtype.exe "C:\Windows\Fonts\msyhbd.ttc" -o "C:\Patched Fonts\msyhbd.ttc" - .\faithtype.exe "C:\Windows\Fonts\msyhl.ttc" -o "C:\Patched Fonts\msyhl.ttc" - .\faithtype.exe "C:\Windows\Fonts\simsun.ttc" -o "C:\Patched Fonts\simsun.ttc" - .\faithtype.exe "C:\Windows\Fonts\YuGothB.ttc" -o "C:\Patched Fonts\YuGothB.ttc" - .\faithtype.exe "C:\Windows\Fonts\YuGothL.ttc" -o "C:\Patched Fonts\YuGothL.ttc" - .\faithtype.exe "C:\Windows\Fonts\YuGothM.ttc" -o "C:\Patched Fonts\YuGothM.ttc" - .\faithtype.exe "C:\Windows\Fonts\YuGothR.ttc" -o "C:\Patched Fonts\YuGothR.ttc" + mkdir "C:\Windows\Fonts\FaithType" + .\faithtype.exe "C:\Windows\Fonts\msgothic.ttc" -o "C:\Windows\Fonts\FaithType\msgothic.ttc" + .\faithtype.exe "C:\Windows\Fonts\msjh.ttc" -o "C:\Windows\Fonts\FaithType\msjh.ttc" + .\faithtype.exe "C:\Windows\Fonts\msjhbd.ttc" -o "C:\Windows\Fonts\FaithType\msjhbd.ttc" + .\faithtype.exe "C:\Windows\Fonts\msjhl.ttc" -o "C:\Windows\Fonts\FaithType\msjhl.ttc" + .\faithtype.exe "C:\Windows\Fonts\msyh.ttc" -o "C:\Windows\Fonts\FaithType\msyh.ttc" + .\faithtype.exe "C:\Windows\Fonts\msyhbd.ttc" -o "C:\Windows\Fonts\FaithType\msyhbd.ttc" + .\faithtype.exe "C:\Windows\Fonts\msyhl.ttc" -o "C:\Windows\Fonts\FaithType\msyhl.ttc" + .\faithtype.exe "C:\Windows\Fonts\simsun.ttc" -o "C:\Windows\Fonts\FaithType\simsun.ttc" + .\faithtype.exe "C:\Windows\Fonts\YuGothB.ttc" -o "C:\Windows\Fonts\FaithType\YuGothB.ttc" + .\faithtype.exe "C:\Windows\Fonts\YuGothL.ttc" -o "C:\Windows\Fonts\FaithType\YuGothL.ttc" + .\faithtype.exe "C:\Windows\Fonts\YuGothM.ttc" -o "C:\Windows\Fonts\FaithType\YuGothM.ttc" + .\faithtype.exe "C:\Windows\Fonts\YuGothR.ttc" -o "C:\Windows\Fonts\FaithType\YuGothR.ttc" ``` 6. **Optional:** If you want to regenerate hinting instructions, use @@ -96,18 +96,18 @@ PowerShell”, then restart the system. Always uninstall before re-installing. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts] - "Microsoft JhengHei & Microsoft JhengHei UI (TrueType)"="C:\Patched Fonts\msjh.ttc" - "Microsoft JhengHei Bold & Microsoft JhengHei UI Bold (TrueType)"="C:\Patched Fonts\msjhbd.ttc" - "Microsoft JhengHei Light & Microsoft JhengHei UI Light (TrueType)"="C:\Patched Fonts\msjhl.ttc" - "Microsoft YaHei & Microsoft YaHei UI (TrueType)"="C:\Patched Fonts\msyh.ttc" - "Microsoft YaHei Bold & Microsoft YaHei UI Bold (TrueType)"="C:\Patched Fonts\msyhbd.ttc" - "Microsoft YaHei Light & Microsoft YaHei UI Light (TrueType)"="C:\Patched Fonts\msyhl.ttc" - "MS Gothic & MS UI Gothic & MS PGothic (TrueType)"="C:\Patched Fonts\msgothic.ttc" - "SimSun & NSimSun (TrueType)"="C:\Patched Fonts\simsun.ttc" - "Yu Gothic Bold & Yu Gothic UI Semibold & Yu Gothic UI Bold (TrueType)"="C:\Patched Fonts\YuGothB.ttc" - "Yu Gothic Light & Yu Gothic UI Light (TrueType)"="C:\Patched Fonts\YuGothL.ttc" - "Yu Gothic Medium & Yu Gothic UI Regular (TrueType)"="C:\Patched Fonts\YuGothM.ttc" - "Yu Gothic Regular & Yu Gothic UI Semilight (TrueType)"="C:\Patched Fonts\YuGothR.ttc" + "Microsoft JhengHei & Microsoft JhengHei UI (TrueType)"="C:\Windows\Fonts\FaithType\msjh.ttc" + "Microsoft JhengHei Bold & Microsoft JhengHei UI Bold (TrueType)"="C:\Windows\Fonts\FaithType\msjhbd.ttc" + "Microsoft JhengHei Light & Microsoft JhengHei UI Light (TrueType)"="C:\Windows\Fonts\FaithType\msjhl.ttc" + "Microsoft YaHei & Microsoft YaHei UI (TrueType)"="C:\Windows\Fonts\FaithType\msyh.ttc" + "Microsoft YaHei Bold & Microsoft YaHei UI Bold (TrueType)"="C:\Windows\Fonts\FaithType\msyhbd.ttc" + "Microsoft YaHei Light & Microsoft YaHei UI Light (TrueType)"="C:\Windows\Fonts\FaithType\msyhl.ttc" + "MS Gothic & MS UI Gothic & MS PGothic (TrueType)"="C:\Windows\Fonts\FaithType\msgothic.ttc" + "SimSun & NSimSun (TrueType)"="C:\Windows\Fonts\FaithType\simsun.ttc" + "Yu Gothic Bold & Yu Gothic UI Semibold & Yu Gothic UI Bold (TrueType)"="C:\Windows\Fonts\FaithType\YuGothB.ttc" + "Yu Gothic Light & Yu Gothic UI Light (TrueType)"="C:\Windows\Fonts\FaithType\YuGothL.ttc" + "Yu Gothic Medium & Yu Gothic UI Regular (TrueType)"="C:\Windows\Fonts\FaithType\YuGothM.ttc" + "Yu Gothic Regular & Yu Gothic UI Semilight (TrueType)"="C:\Windows\Fonts\FaithType\YuGothR.ttc" ``` 9. Restart the system.