我想使用“HelveticaNeue LT Std 45 Light”作为 android 中 textview 的字体系列。你能给我一些建议吗......
我试过了
<TextView
android:id="@+id/myTitle"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:layout_toLeftOf="@+id/signout"
android:fontFamily="Helvetica Neue Std Lt"
android:gravity="center"
android:text="Bookings"
android:paddingRight="45dp"
android:singleLine="true"
android:textSize="20sp" />
但 Booking 显示为粗体而不是浅色。