isDecreaseFontSizeEnabled

open fun isDecreaseFontSizeEnabled(currentStyleInfo: StyleInfo?): Boolean

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

Return

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

Parameters

currentStyleInfo

The current style information, or null if unknown.