Hello R.,
A possible temporary workaround is to use (tricky or strange) title skinparam, as:
By Skinparam:
Code | Output |
skinparam frame {
BorderColor blue
BackgroundColor lightCyan
BorderThickness 1.0
ArrowThickness 0.5
FontName Arial Narrow
FontColor red
FontSize 11
FontStyle regular
}
skinparam title {
FontName Arial Narrow
FontColor red
FontSize 11
FontStyle regular
}
frame sw_package as SW {
file defect as df
}
frame sw_package as SW2 |  |
By Style:
Code | Output |
<style>
frame {
LineColor blue
BackgroundColor lightCyan
LineThickness 1.0
ArrowThickness 0.5
FontName Arial Narrow
FontColor red
FontSize 11
FontStyle regular
}
title {
FontName Arial Narrow
FontColor red
FontSize 11
FontStyle regular
}
</style>
frame sw_package as SW {
file defect as df
}
frame sw_package as SW2 |  |
See observation and question here:
@PlantUML team: this behaviour is tricky or strange...
What the future plan:
- to manage, much better, style header (and by style) for package, folder or frame...
If that can help,
Regards,
Th.