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/07/10 02:44:42 UTC

[Bug 61270] New: Fixed width fonts too small to read under hidpi

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

            Bug ID: 61270
           Summary: Fixed width fonts too small to read under hidpi
           Product: JMeter
           Version: 3.2
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: nce@nullclueexception.com
  Target Milestone: ---

Created attachment 35108
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35108&action=edit
Example fonts under windows 10 with scaling

With JMeter 3.2 on Windows 10 with Windows Scaling set to 225% on a 4K 15.6"
screen, text panels like BeanShell or Log Viewer are unreadably small.  

I didn't have any luck trying to force larger font sizes with Metal; none
seemed to affect the Log Viewer.

The UI looks otherwise reasonable, and I'm using setting these settings in
user.properties:

jmeter.hidpi.mode=true
jmeter.hidpi.scale.factor=2.0
jmeter.toolbar.icons.size=48x48
jmeter.tree.icons.size=48x48

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

[Bug 61270] Fixed width fonts too small in text areas to read under hidpi (user manual bug)

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61270

--- Comment #3 from Milamber <mi...@apache.org> ---

Thanks. Doc bug fixed.

http://jmeter.apache.org/usermanual/hints_and_tips.html#hidpi


URL: http://svn.apache.org/viewvc?rev=1801538&view=rev
Log:
Fixed width fonts too small in text areas to read under hidpi (user manual bug)
Bugzilla Id: 61270

Modified:
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/hints_and_tips.xml

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

[Bug 61270] Fixed width fonts too small in text areas to read under hidpi (user manual bug)

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61270

Milamber <mi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |FIXED
            Summary|Fixed width fonts too small |Fixed width fonts too small
                   |to read under hidpi         |in text areas to read under
                   |                            |hidpi (user manual bug)

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

[Bug 61270] Fixed width fonts too small to read under hidpi

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61270

--- Comment #2 from nce@nullclueexception.com ---
That works, thanks, but is it documented anywhere? I don't see it in the user
manual for hidpi

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

[Bug 61270] Fixed width fonts too small to read under hidpi

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61270

Milamber <mi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 OS|                            |All
         Resolution|---                         |INVALID

--- Comment #1 from Milamber <mi...@apache.org> ---

You must change theses properties on HiDPI screen for the fonts (in
jmeter.properties or user.properties)

# Change the font on the (JSyntax) Text Areas. (Useful for HiDPI screens)
#jsyntaxtextarea.font.family=Hack
#jsyntaxtextarea.font.size=14


For example:
jsyntaxtextarea.font.family=Hack
jsyntaxtextarea.font.size=28

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