Clare Houng wrote:
昨天忍不住敗了一台P20...(恕刪)
https://forum.xda-developers.com/huawei-p20-pro/help/how-change-font-t3793774
------原文內文------
1.Install ADB and Fastbooton your PC. Fastboot.
2.Enable ‘USB Debugging’ option. Connect your device to your PC via USB cable.
Open a cmd windows for ADB type in:
adb devices
If you have the proper drivers installed it should show your device.
Then type in
adb shell settings put system hw_hide_font_style false
Then, for reboot.
adb reboot
Now go to Setting>Display>Font style.
--------------------
以上的意思是
手機接電腦
並從開發人員選項開啟"USB偵錯"
使用CMD(該資料夾必須有"ADB.exe"這個檔案)
執行指令
adb devices
正常會看到你的手機序號
有看到再繼續往下
adb shell settings put system hw_hide_font_style false
以上指令輸入後 沒有跳出任何錯誤訊息是正常的
重新開機後進入設定→顯示
會看到"文字樣式"出現
就可以更改字體
可以下載iFont或者自己上網找字體apk包
內文搜尋

X