setTextSize

abstract fun setTextSize(@NonNull annotationTool: AnnotationTool, @FloatRange(from = 1.0) textSize: Float)

Sets text size to preferences.

Parameters

annotationTool

Annotation tool for which we need the preferences.

textSize

Text size in pt.


abstract fun setTextSize(@NonNull annotationTool: AnnotationTool, @NonNull toolVariant: AnnotationToolVariant, @FloatRange(from = 1.0) textSize: Float)

Sets text size to preferences.

Parameters

annotationTool

Annotation tool for which we need the preferences.

toolVariant

Variant of the annotation tool.

textSize

Text size in pt.