bdeSetAnnotationTextFontSize

Sets the text fontSize for an annotation.

Syntax

bdeSetAnnotationTextFontSize(annotation, fontSize)

Inputs

annotation
The annotation that will have it's text font size set.
Type: hwdcAnnotation
content
The font size to set for the text annotation.
Type: double

Examples

Set the text font size for an annotation:

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