:mod:`AnnotationInfo` ===================== .. autoclass:: Draft::AnnotationInfo Sample Code:: textInfo = Draft.AnnotationInfo() textInfo.PointSize = 24 textInfo.FontType = "Helvetica" textInfo.Color = Draft.ColorRGBA( 0.75, 0.54, 0.975, 1.0 ) textInfo.BackgroundColor = Draft.ColorRGBA( 0.0, 0.0, 0.0, 0.0 )