setFont

abstract fun setFont(@NonNull annotationTool: AnnotationTool, @NonNull font: Font)

Sets annotation font to preferences.

Parameters

annotationTool

Annotation tool for which we need the preferences.

font

Font to set.


abstract fun setFont(@NonNull annotationTool: AnnotationTool, @NonNull toolVariant: AnnotationToolVariant, @NonNull font: Font)

Sets annotation font to preferences.

Parameters

annotationTool

Annotation tool for which we need the preferences.

toolVariant

Variant of the annotation tool.

font

Font to set.