Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 system/fonts 目录中安装了泰卢固语字体。我为泰卢固语制作了键盘。当我在该键盘上输入泰卢固语字母时,它会显示如下 [][][][]。只有它显示框。我在 4.3 模拟器中运行它。我应该怎么做才能带来泰卢固语字母通过使用我制作的泰卢固语键盘
Step-1 在 assets 目录中创建 fonts 目录
Step-2 下载所需语言的正确字体(ttf格式)
step-3 将上述 ttf 文件保存在 fonts 目录中
步骤 4 使用以下代码以编程方式创建字体对象
Typeface tf = Typeface.createFromAsset(getAssets(), "fonts/telugu.ttf");