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 2019/05/10 01:51:40 UTC

[Bug 63420] New: On some windows systems, the JSyntaxTextArea has really very small fonts

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

            Bug ID: 63420
           Summary: On some windows systems, the JSyntaxTextArea has
                    really very small fonts
           Product: JMeter
           Version: 5.1.1
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com
  Target Milestone: JMETER_5.1.1

Workaround:
Add in user.properties for example:

jsyntaxtextarea.font.family=Dialog
jsyntaxtextarea.font.size=23


Ideally, those should be computed automatically when hidpi properties are
enabled

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

[Bug 63420] On some windows systems, the JSyntaxTextArea has really very small fonts

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

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
When I last looked at those settings, there was a problem, that those settings
seem to be coded in the library and not exposed as normal font settings.

Another problem is, that you have to specify the font family (at least for
windows) unless you want to have weird looking fonts. And of course the names
for the fonts differ from platform to platfrom.

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

[Bug 63420] On Windows 10 Surface Pro, the JSyntaxTextArea has really very small fonts

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|On some windows systems,    |On Windows 10 Surface Pro,
                   |the JSyntaxTextArea has     |the JSyntaxTextArea has
                   |really very small fonts     |really very small fonts
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hi Felix,
Thanks for your help.

To give more details, issue was happening on Surface Tablets and was due to JDK
8 version.


Workarounds:

-
https://stackoverflow.com/questions/23651486/netbeans-ide-scaling-on-windows-8-10
- https://netbeans.org/bugzilla/show_bug.cgi?id=252452
- https://issues.apache.org/jira/browse/NETBEANS-1227

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