set Text Size
abstract fun setTextSize(@NonNull annotationTool: AnnotationTool, @FloatRange(from = 1.0 ) textSize: Float)
Sets text size to preferences.
Parameters
annotation Tool
Annotation tool for which we need the preferences.
text Size
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
annotation Tool
Annotation tool for which we need the preferences.
tool Variant
Variant of the annotation tool.
text Size
Text size in pt.