朋友。我想把我个人可画的字体放在数字钟里,用来显示时间。如何做到这一点?
发布于 2011-03-29 15:48:16
将字体添加到资源文件夹,然后在项目中使用它们。
Example is here。
发布于 2011-03-29 15:59:04
我认为你需要实现一个BitMap字体。下面是一个很好的教程:
http://obviam.net/index.php/using-bitmap-fonts-in-android/
https://stackoverflow.com/questions/5469199
复制相似问题