Hi !
Do you guyz know how to install devanagiri font on HTC desire phone?![]()
Hi !
Do you guyz know how to install devanagiri font on HTC desire phone?![]()
As far as I know there's no easy/straight-forward way to install fonts on Windows Phone.
well the way i do it is that inside /sdcard/fonts/ i have the fonts in separate subfolders
then in recovery console i do:
Code:
mount sdcard
mount system
cp /sdcard/fonts/NAME_OF_FONT/* /system/fonts/
umount sdcard
umount system
reboot
i also have the original fonts in a folder in case i ever want to revert .. you can do this is in a regular terminal
Code:
cd /sdcard/fonts
mkdir orig
cp /system/fonts/* /sdcard/fonts/orig/
and then to revert the font to orig in recovery terminal you just use the code above with 'orig' in place of 'NAME_OF_FONT'
or
./adb shell mount /system
./abd shell rm /system/fonts/[font name]
./adb push [font name] /system/fonts
./adb shell remount
./adb shell reboot
1) Copy the unicode font to \Windows\Fonts folder.
2) Download PHM registry..Google it (Probably "Pocket PC" (ARM/PXA))
3) Copy registry editor cab file to device and install it..
4) Enable font linking by adding the below registries.
- Run PHM registry editor from programs.
- Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.
- Select Microsoft, go to edit > New Key and add a new key FontLink below
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.
- Select FontLink and add a new key SystemLink
(HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\FontLink\Sy stemLink ).
- Select SystemLink and add a string value.
egg: Value name - Tahoma
Value data - \Windows\Fonts\Akshar.ttf,Akshar Unicode
(Note- change the "Akshar.ttf,Akshar Unicode" as per the font you have copied to the Fonts folder )
- Again go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ and add one more New Key "FontPath".
- Select FontPath and add a string value as.
Value name - FontPath
Value data - \Windows\Fonts
5. Soft reset your mobile : )
Hope that helpsAnd make sure, you know what you are doing.
Thanx...will try.