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.
以下にアクセスする必要があります-
android:textStyle(of a digital clock control)
プログラム的に、これを行うにはどうすればよいですか?
使用するsetTypeface(typeface, style)
setTypeface(typeface, style)
テキストビューの場合:
TextView tv = (TextView) findViewById(R.id.tv);
書体を設定するにはtv.setTypeface(tf);
tv.setTypeface(tf);
現在の書体セットを取得するには、tv.getTypeface();
tv.getTypeface();