android.text.style.TypefaceSpan
Changes the typeface family of the text to which the span is attached.
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
TypefaceSpan(String family)
Parameters
family
| The font family for this typeface. Examples include
"monospace", "serif", and "sans-serif".
|
Public Methods
public
String
getFamily()
Returns the font family name.
public
void
updateMeasureState(TextPaint paint)