unicode - how i can import font in my android? -



unicode - how i can import font in my android? -

i want utilize unicode characters in textview.how import x.ttf? , x?

typeface face=typeface.createfromasset(getassets(), "fonts/x.ttf"); getinput.settypeface(face);

ttf font format. x name of file. how import specific font in android app exist lot of tutorials on internet. example

android unicode special-characters android-textview

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -