Hindi font with API level 15 (aka Android 4.0.2)
问题 I have a hindi content based android app and have used devangiri font from Android API 16 SDK and renamed as hindi.ttf. The text renders fine on API level 16 and 17 but simply tears apart in Android API level 15 and lower. Is there any why I can fix that without removing support for lower API levels. My code for setting textview is: import android.app.Activity; import android.graphics.Paint; import android.graphics.Typeface; import android.os.Bundle; import android.view.GestureDetector;