This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 254512 - Smaller font on Windows 10
Summary: Smaller font on Windows 10
Status: NEW
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-19 14:24 UTC by stwr
Modified: 2016-10-27 20:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Picture showing the described issue (5.88 KB, image/png)
2015-08-19 14:24 UTC, stwr
Details
Very tiny fonts in windows10 (43.02 KB, image/png)
2016-08-10 08:15 UTC, deenfirdoush
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stwr 2015-08-19 14:24:59 UTC
Created attachment 155455 [details]
Picture showing the described issue

Please see the attached picture. The font used in this single dialog is much more smaller than the one on Windows 7.
This is really tiny issue I guess.
Comment 1 Libor Fischmeistr 2015-08-19 14:36:50 UTC
(In reply to stwr from comment #0)
> Created attachment 155455 [details]
> Picture showing the described issue
> 
> Please see the attached picture. The font used in this single dialog is much
> more smaller than the one on Windows 7.
> This is really tiny issue I guess.

Hi, thanks for your report. Is the text such small only in loading dialog or also in the rest of the installer?
Comment 2 stwr 2015-08-19 14:42:48 UTC
Hello, only in this single dialog. Fonts in the rest of installer are OK.
Comment 3 Libor Fischmeistr 2015-08-19 14:44:28 UTC
(In reply to stwr from comment #2)
> Hello, only in this single dialog. Fonts in the rest of installer are OK.

Thanks, that's really minor issue - decreasing priority to P4.
Comment 4 antoniocs 2015-11-23 10:08:31 UTC
I am having the same issue but in all of the IDE and in the source files I am editing in the IDE.


The strange thing is, if I go to the systems Display Settings and change the "Size of the text, apps and other items" from 125% (was what was set when the machine booted for the first time) to 150% (making things bigger), after I log out and then log in the fonts in Netbeans are smaller than before.

I can only get an increase in size if I set it to 100%. I am also using a second monitor. The laptop monitor is 1920x1080 and the second monitor is 1680x1050.

Details:
Product Version: NetBeans IDE 8.1 (Build 201510222201)
Java: 1.8.0_60; Java HotSpot(TM) 64-Bit Server VM 25.60-b23
Runtime: Java(TM) SE Runtime Environment 1.8.0_60-b27
System: Windows 10 version 10.0 running on amd64; Cp1252; en_GB (nb)
Comment 5 deenfirdoush 2016-08-10 08:15:27 UTC
Created attachment 161617 [details]
Very tiny fonts in windows10
Comment 6 deenfirdoush 2016-08-10 09:00:23 UTC
I found a fix. I added fontSize parameter as shown below

netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true -J-Dswing.aatext=true --fontsize 25"
Comment 7 mt1000 2016-10-27 20:51:59 UTC
(In reply to deenfirdoush from comment #6)
> I found a fix. I added fontSize parameter as shown below
> 
> netbeans_default_options="-J-client -J-Xss2m -J-Xms32m
> -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true
> -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.dpiaware=true
> -J-Dsun.zip.disableMemoryMapping=true -J-Dswing.aatext=true --fontsize 25"

I have this same problem.

Where/how did you add that code snip?
(I am beginner with NB IDE ) I have Net Beans IDE 8.1