prmr / JetUML

A desktop application for fast UML diagramming.
GNU General Public License v3.0
619 stars 121 forks source link

Redesign StringRenderer Class #528

Closed jkcoding7 closed 2 months ago

jkcoding7 commented 6 months ago

The StringRenderer class provides an API to render strings while also managing font preferences for a user and performing font metrics calculations. To achieve a separation of concerns, decouple the management of font preferences from the StringRenderer class.