Installing a new font in Android Emulator

可紊 提交于 2019-12-08 04:52:58

问题


I'm trying to install a new font for my emulator. Currently android doesn't support "Tamil" but rooted phones do have partial support with extra hic ups.

I wanna try and install a tamil font in my emulator. so I went to font directory under android sdk folder and replaced it with a Tamil unicode font latha.ttf

when I create a emulator for dat specfic version and runs it, I still see boxes instead of Tamil script??

wot am I missing?? can someone help me out.

Thanks in advance.


回答1:


I wanna try and install a tamil font in my emulator. so I went to font directory under android sdk folder and replaced it with a Tamil unicode font latha.ttf

The emulator has nothing to do with this directory.

when I create a emulator for dat specfic version and runs it, I still see boxes instead of Tamil script??

Of course. You have not put the Tamil font in your emulator.

wot am I missing??

If you find instructions for installing a Tamil font in a rooted phone, follow those instructions with your emulator.




回答2:


Whenever android fails to find a specific character it looks to DroidSansFallback.ttf, so what you need to do is replace the DroidSansFallback.ttf of the emulator by renaming a ttf font of your required language to DroidSansFallback.ttf. Follow the steps as i described in Bangla Font Installation or Installing new font to android emulator



来源:https://stackoverflow.com/questions/4907530/installing-a-new-font-in-android-emulator

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!