Builder

Builder for AnnotationTextSizeConfiguration.

Parameters

<T>

Type of the builder, used to return correct builder subclass from builder's methods.

Inheritors

Functions

Link copied to clipboard
abstract fun setDefaultTextSize(@FloatRange(from = 1.0) defaultTextSize: Float): T
Sets default text size.
Link copied to clipboard
abstract fun setMaxTextSize(@FloatRange(from = 1.0) maxTextSize: Float): T
Sets maximal text size.
Link copied to clipboard
abstract fun setMinTextSize(@FloatRange(from = 1.0) minTextSize: Float): T
Sets minimal text size.