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.
私はxmlで定義されたテキストビューを持っています。今、私は次のように書体をプログラムで設定しています:
textView.setTypeface(APP_FONT_REGULAR); // which is custom font in assests (.ttf file).
今、私はandroid:textStyle="bold"xmlで設定しました
android:textStyle="bold"
しかし、それは太字を適用していませんか?
独自の Typface を適用して太字に設定する必要がある理由は何ですか。