How to enable Android applications to select and use font files in external storage?

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?

Mar.05,2021
Try

path with Environment.getExternalStorageDirectory ()

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b30619-40d4f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b30619-40d4f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?