开发者

which are default font comes with all android 2.1 and above

开发者 https://www.devze.com 2023-02-03 19:41 出处:网络
I want list of f开发者_如何学Conts used by the android framework.The three provided fonts in android (through 2.3 at least) are:

I want list of f开发者_如何学Conts used by the android framework.


The three provided fonts in android (through 2.3 at least) are:

  • Droid Serif (Typeface.SERIF)
  • Droid Sans (Typeface.SANS_SERIF)
  • Droid Sans Mono (Typeface.MONOSPACE)

If you don't specify a typeface, the default is usually Typeface.SANS_SERIF


As you see in the class Typeface, there's SANS_SERIF, SERIF and MONOSPACE.

0

精彩评论

暂无评论...
验证码 换一张
取 消