public static interface AutofitHelper.OnTextSizeChangeListener
AutofitHelper, its methods will be called
when the textSize is changed.| Modifier and Type | Method and Description |
|---|---|
void |
onTextSizeChange(float textSize,
float oldTextSize)
This method is called to notify you that the size of the text has changed to
textSize from oldTextSize. |