increaseFontSize

open fun increaseFontSize(currentStyleInfo: StyleInfo)

Increases the font size by one point from the current style. If the current size has a fractional value, it rounds up to the next integer using ceil. The maximum size is limited by the highest value in availableFontSizes.

Parameters

currentStyleInfo

The current style information containing the font size to increase.