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.
Type: BDE annotation
content
The text font size that is to be set for an annotation.
Type: double

Examples

Set the text font size in an annotation:

          annotation = bdeCreateAnnotationText('annotation1', 'This is a new annotation');
          bdeSetAnnotationTextFontSize(annotation, 15);