たとえば私が作成したAndroidのテキストビューで別の言語のフォントで書くことは可能ですか?
TextView tv = new TextView(this);
tv.setText("HEllo Android");
ここでは、Hello Androidを英語で書き、ヒンディー語で書く方法を説明しました。
私は画像を使用しました
<ImageView android:id ="@+id/header2"
android:layout_height="wrap_content"
android:layout_width="fill_parent"
android:gravity="center"
android:layout_gravity="center"
android:paddingTop="0dip"
android:src="@drawable/why00learn00spanish_index"
>
<ImageView/>
どんな助けでもいただければ幸いです。