You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2017/02/10 20:37:35 UTC

[Bug 59995] Allow user to change font size with 2 new menu items and use "jmeter.hidpi.scale.factor" for scaling fonts

https://bz.apache.org/bugzilla/show_bug.cgi?id=59995

--- Comment #6 from Felix Schumacher <fe...@internetallee.de> ---
Date: Fri Feb 10 20:35:29 2017
New Revision: 1782519

URL: http://svn.apache.org/viewvc?rev=1782519&view=rev
Log:
Use instanceof instead of a string compare to get the font objects to scale.
Differentiate between Fonts and the more special FontUIResource instances.
Store the new Font instances in the UIDefaults instead of the UIManager.
The last change is needed on ubuntu to make the zoom feature usable for more
then one step.

Bugzilla Id: 59995

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/util/JMeterUtils.java

-- 
You are receiving this mail because:
You are the assignee for the bug.