bdeGetAnnotationTextFontStyle
Gets the font style of an annotation.
Syntax
fontStyle = bdeGetAnnotationTextFontStyle(annotation)
Inputs
- annotation
 - The annotation from which to get the font style.
 
Outputs
- fontStyle
 - The font style of the annotation.
 
Examples
          annotation = bdeCreateAnnotationText('annotation1', 'Annotation text');
          fontStyle = bdeGetAnnotationTextFontStyle(annotation);
        
        
          
            fontStyle = Arial