Hello, I have tried to change the font size of package name in UML class diagram. But, It doesn't seem to work. Did I miss something? Demo
@startuml
skinparam classFontSize 20
skinparam packageFontSize 20
package company {
class Employee {
id: Long
name: String
}
}
@enduml