such as the title.
uses implicit intent to select the file, obtains the file path,
crashes after using Typeface.createFromFile (String path).
Typeface typeface = Typeface.createFromFile("/storage/emulated/0/Download/fzzxh_gbk.ttf");
textView.setTypeface(typeface);
can"t typeface be created this way?