android typeface属性,java – 检查Android中的Typeface对象的族
是否可以检查Typeface对象在Android API 8中使用的族?我正在这样的Paint对象上创建字体//Simplified code, the user actually selects the family and style from a listPaint paint = new Paint();paint.setTypeface(Typeface.create(Typeface....