Text Annotation

using Makie

 text(
     ". This is an annotation!",
     position = (300, 200),
     align = (:center,  :center),
     textsize = 60,
     font = "Blackchancery"
 )