increaseFontSize

open fun increaseFontSize(currentStyleInfo: StyleInfo)

Usually we'd increase font-sizes by 1 point. Except if the current size has a fractional value, the we go first for the next Integer (using the floor or ceil). As limits for increasing and decreasing we take the lowest and highest value of the available font sizes.