bdeGetAnnotationTextFontSize

Gets the font size of an annotation.

Syntax

fontSize = bdeGetAnnotationTextFontSize(annotation)

Inputs

annotation
The annotation to get the font size of.
Type: hwdcAnnotation

Outputs

fontSize
The font size of the annotation.
Type: double

Examples

Get the font size of an annotation:

          annotation = bdeCreateAnnotationText('annotation1', 'Annotation text')
          fontSize = bdeGetAnnotationTextFontSize(annotation)
        

          
            fontSize = 10