-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redesign StringRenderer Class #528
Labels
main
Issues with the main code base
refactoring
A proposal to refector or generally improve the code
Milestone
Comments
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 8, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 8, 2024
add copyright information.
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 8, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 10, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 10, 2024
add copyright information.
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 10, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 11, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 11, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 11, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 11, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 11, 2024
add copyright information.
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 11, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 11, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 11, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 11, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 12, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 15, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 15, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 15, 2024
prmr
added
refactoring
A proposal to refector or generally improve the code
main
Issues with the main code base
labels
Feb 15, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Feb 26, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Mar 3, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Mar 3, 2024
prmr
pushed a commit
that referenced
this issue
Mar 5, 2024
prmr
pushed a commit
that referenced
this issue
Mar 5, 2024
prmr
pushed a commit
that referenced
this issue
Mar 5, 2024
prmr
pushed a commit
that referenced
this issue
Mar 5, 2024
prmr
pushed a commit
that referenced
this issue
Mar 5, 2024
prmr
pushed a commit
that referenced
this issue
Mar 5, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
May 21, 2024
…Metrics to its methods.
jkcoding7
changed the title
Redesign StringRenderer Class
[#528] Redesign StringRenderer Class
May 21, 2024
jkcoding7
changed the title
[#528] Redesign StringRenderer Class
Redesign StringRenderer Class
May 21, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Jun 3, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Jun 3, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Jun 3, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Jun 3, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Jun 3, 2024
jkcoding7
added a commit
to jkcoding7/JetUML
that referenced
this issue
Jun 4, 2024
prmr
pushed a commit
that referenced
this issue
Jun 11, 2024
prmr
pushed a commit
that referenced
this issue
Jun 11, 2024
prmr
pushed a commit
that referenced
this issue
Jun 11, 2024
prmr
pushed a commit
that referenced
this issue
Jun 11, 2024
prmr
pushed a commit
that referenced
this issue
Jun 11, 2024
prmr
pushed a commit
that referenced
this issue
Jun 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
main
Issues with the main code base
refactoring
A proposal to refector or generally improve the code
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 theStringRenderer
class.The text was updated successfully, but these errors were encountered: