Android default font -



want app use default font phone using, how do that? no matter font settings on phone, font on app remains same.

try magic:

tv.settypeface(typeface.createfromfile("/system/fonts/" + sp1.getselecteditem().tostring() + ".ttf")); 

Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -