I use the "set namespaceSeparator none" to put the package name in the class name, instead of having a separate package. The name of the class now appears with the package name followed by the class name.
Is it possible to display the package name below the class name on a different line, and in a different font? Preferably, I would like the name of the class to be bolded in a bigger font for clarity, and the package name in an unbolded font in smaller font since it usually is long, and I do not want to force the class sizes to be any wider than they need to be.
Thanks! Loving PlantUML.