**Current behavior:** - Uses the default font "Helvetica", which may not be available in some environments (e.g., Docker images). **Requested changes:** - Provide a way to set the font explicitly via $imagick->setFont(). - Alternatively, fallback to the first available font returned by $imagick->queryFonts(), e.g., DejaVu-Sans.