Group Abstract Group Abstract

Message Boards Message Boards

2
|
18.4K Views
|
21 Replies
|
6 Total Likes
View groups...
Share
Share this post:

Version 12.1 Default FontSize

Posted 5 years ago
POSTED BY: Werner Geiger
21 Replies
POSTED BY: Ian Williams
Posted 5 years ago
POSTED BY: Muhammad Ali
Posted 5 years ago

I experienced this issue, but I have HiDPI displays.

I was able to resolve the issue by:

Options Inspector->Global Preferences->Notebook Options->Display Options->Magnification->0.75

I'm using 100% magnification (on the bottom status bar) for my individual notebooks. All my graphics and fonts display well.

I don't know if this will help, but it might be worth a try.

POSTED BY: David G

Dear All,

For your information only.

See also link description here - Hyperlink: https://community.wolfram.com/groups/-/m/t/1935623

Regards,....Jos

POSTED BY: Jos Klaps
POSTED BY: Ian Hojnicki
Posted 5 years ago
POSTED BY: Werner Geiger
Anonymous User
Anonymous User
Posted 5 years ago
POSTED BY: Anonymous User
Posted 5 years ago

Here the complete information for my system:

I am running Wolfram|One Personal on a Lenovo ThinkPad laptop workstation W530 with a 1920x1080 Display under Windows 10 Pro in Germany.

In[218]:= SystemInformation["Kernel", "ReleaseID"]
Out[218]= "12.1.0.0 (6776260, 2020031901)"

In[219]:= SystemInformation["Devices", "ScreenInformation"]
Out[219]= {{"ScreenArea" -> {{0, 1152}, {0, 648}}, 
  "FullScreenArea" -> {{0, 1152}, {0, 648}}, "BitDepth" -> 32, 
  "Resolution" -> 120.}}

In[220]:= CurrentValue["ConnectedDisplays"]
Out[220]= {{"Region" -> {{0., 1152.}, {0., 648.}}, 
  "FullRegion" -> {{0., 1152.}, {0., 648.}}, 
  "PixelDimensions" -> {1920, 1080}, "BitDepth" -> 32, 
  "Resolution" -> 120., "Scale" -> 1.66667}}

In[221]:= Options[$FrontEnd, "Magnification"]
Out[221]= {Magnification -> 0.8}

The last Magnification setting is a bypass which was set by Options Inspector->Global Preferences->Notebook Options->Display Options->Magnification->0.80 or programmatically by:

SetOptions[$FrontEnd, "Magnification" -> 0.8]
POSTED BY: Werner Geiger
Posted 5 years ago

This is a very interesting discussion on StackExchange.

Quintessence: Pixel-, point-measurements are a mess for tens of years within the Wolfram-world. Version 12.1 tries to clean that up but doesn't.

POSTED BY: Werner Geiger
Posted 5 years ago
In[3]:= SystemInformation["Kernel", "ReleaseID"]
Out[3]= "12.1.0.0 (6764119, 2020031402)"

My display is 1366 x 768

In[4]:= CurrentValue["ConnectedDisplays"]
Out[4]= {{"Region" -> {{0., 1366.}, {0., 738.}}, 
  "FullRegion" -> {{0., 1366.}, {0., 768.}}, 
  "PixelDimensions" -> {1366, 768}, "BitDepth" -> 32, 
  "Resolution" -> 72., "Scale" -> 1.}}
POSTED BY: Hans Milton
Posted 5 years ago

BTW: One can set/get that Global Preference with:

In[164]:= SetOptions[$FrontEnd, "Magnification" -> 0.8]

In[165]:= Options[$FrontEnd, "Magnification"]

Out[165]= {Magnification -> 0.8}
POSTED BY: Werner Geiger
Posted 5 years ago

@Hans Milton

What product are you using and please share your release id as well by running the following command:

SystemInformation["Kernel","ReleaseID"]
POSTED BY: Muhammad Ali
Posted 5 years ago

This seems to be a pretty tricky problem. Meanwhile, I issued a Wolfram support question for it.

POSTED BY: Werner Geiger
Posted 5 years ago

Thanks, David. This Global Preference makes fonts, graphics, etc. smaller. Even a bit smaller than in the former 12.0 version. Good enough as a temporary bypass.

POSTED BY: Werner Geiger
Posted 5 years ago

I have:

In[123]:= SystemInformation["Kernel", "ReleaseID"]

Out[123]= "12.1.0.0 (6776260, 2020031901)"
POSTED BY: Werner Geiger

I understand that under Windows fonts now look larger. What I don't understand is why some fonts look smaller. In particular I am talking about the suggestions when typing a command and the command templates as shown below. These are now tiny regardless of the magnification setting: enter image description here

This problem goes away if I change the MS Windows 10 magnification from 125% to 100%.

POSTED BY: Gustavo Delfino
Posted 5 years ago
POSTED BY: Muhammad Ali
POSTED BY: Ian Williams
Posted 5 years ago

Thanks, Ian, for that presentation. It explains the problem on hi-res monitors and why many things get larger under V12.1.

Unfortunately, it doesn't tell anything about fonts and style sheets. And it doesn't tell how to get back to reasonable font sizes for standard text and input.

POSTED BY: Werner Geiger
Posted 5 years ago

You are right. There is no difference in Option Inspector.Formatting Options.Font Options.

But nevertheless, the appearance is totally different. The following picture shows a notebook Text-cell and an Input-Cell. Once opened with the new 12.1 desktop (Wolfram|One). Once with an elder 12.0 desktop (Programming Lab).

enter image description here

The 12.0 version in the foreground is what I expect. The 12.1 version in the background has far too large fonts. Despite the fact that font sizes are 15pt (Text) and 13pt (Input) in both cases.

This happens on a Windows 10 laptop with a 1920 x 1080 pixel display.

POSTED BY: Werner Geiger
Posted 5 years ago

Werner, I cannot see any change between V 12.0 and V 12.1, they are both the same:

  • Text cell 15 pts
  • Input cell 13 pts

Same in V 11.3

I am using Windows 10, Desktop

POSTED BY: Hans Milton
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard