isIncreaseFontSizeEnabled

open fun isIncreaseFontSizeEnabled(currentStyleInfo: StyleInfo?): Boolean

Checks whether the font size can be increased from the current style.

Return

true if the font size can be increased, false otherwise.

Parameters

currentStyleInfo

The current style information, or null if unknown.