bdeSetAnnotationTextFontSize
Sets the text fontSize of an annotation.
Syntax
bdeSetAnnotationTextFontSize(annotation, fontSize)
Inputs
- annotation
- The annotation in which the text font size is to be set.
- content
- The text font size that is to be set for an annotation.
Examples
annotation = bdeCreateAnnotationText('annotation1', 'This is a new annotation');
bdeSetAnnotationTextFontSize(annotation, 15);