You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1, change the specified setting
2, draw an whatever shap
3, then its measure text size does not change.
debug report.
i found its size come from view2d component throght method public Font getFont(),but the component owns two ways to get the font size. the first that is correct is to get the font size from ViewCanvas interface, howerver its overrode but by its super class JComponent.
What version of Weasis are you running?
4.1.2
On which system the problem occurs?
Windows
Relevant log output
No response
Additional contextual elements
No response
The text was updated successfully, but these errors were encountered:
Yes, this is an old feature that is no longer active. I don't think it's a good idea to set an absolute value, as the entire graphical interface can change depending on the scaling factor.
This feature should be removed or converted to relative values.
Describe the bug. What happened?
1, change the specified setting
2, draw an whatever shap
3, then its measure text size does not change.
debug report.
i found its size come from view2d component throght method
public Font getFont()
,but the component owns two ways to get the font size. the first that is correct is to get the font size from ViewCanvas interface, howerver its overrode but by its super classJComponent
.What version of Weasis are you running?
4.1.2
On which system the problem occurs?
Windows
Relevant log output
No response
Additional contextual elements
No response
The text was updated successfully, but these errors were encountered: