bdeGetAnnotationTextFontStyle

Gets the font style of an annotation.

Syntax

fontStyle = bdeGetAnnotationTextFontStyle(annotation)

Inputs

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

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