decreaseFontSize

open fun decreaseFontSize(currentStyleInfo: StyleInfo)

Decreases the font size by one point from the current style. If the current size has a fractional value, it rounds down to the previous integer using floor. The minimum size is limited by the lowest value in availableFontSizes.

Parameters

currentStyleInfo

The current style information containing the font size to decrease.