bdeGetAnnotationTextFontStyle

Gets the font style of an annotation.

Syntax

fontStyle = bdeGetAnnotationTextFontStyle(annotation)

Inputs

annotation
The annotation from which to get the font style.
Type: BDE annotation

Outputs

fontStyle
The font style of the annotation.
Type: string

Examples

Get the font style of an annotation:

          annotation = bdeCreateAnnotationText('annotation1', 'Annotation text');
          fontStyle = bdeGetAnnotationTextFontStyle(annotation);
        

          
            fontStyle = Arial