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
Post a Comment