JetUML icon indicating copy to clipboard operation
JetUML copied to clipboard

StringRenderer Redesign

Open jkcoding7 opened this issue 1 year ago • 0 comments

Class StringRenderer provides an interface for subsystems to render strings to their particular needs for different font styles and text alignments.

The redesign cleaned up class StringRenderer to provide a minimal interface to work with. This involved moving the static inner class CanvasFont to a class of its own as a Singleton.

jkcoding7 avatar Feb 15 '24 18:02 jkcoding7