Blender 4 Font rendering inconsistencies #114409
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#114409
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows-10-10.0.22631-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 4080/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 537.58
Blender Version
Broken: version: 4.0.0 Beta, branch: blender-v4.0-release, commit date: 2023-11-01 18:27, hash:
0b81a163e256
Worked: version 3.6.5
As per the suggestions in a previous bug report I've filed #113352, it was suggested to adjust the default text size in the properties to something like 11.6 on an 1920x1080 monitor resolution set at 100% in the windows display settings:
There is a major difference between the way that the text looks, if changing the default from less than 1.15 scaling to being greater than.
Here are the interface settings with Scale set to 1.15:
And here is how it looks with the interface settings Scale set to 1.16:
Same test on another HD monitor that is smaller and windows resolution is set to 125%:
Same test on a 4k monitor, with windows resolution set to 150%:
Sanity check on first HD montior in v 3.6.5:
At this stage, I am not sure whether it may be some kind of setting with my monitor that is causing the inconsistent font rendering on one of the monitors on which I am testing (the first one). As mentioned in the previous bug report, I have not expereinced these kinds of font rendering inconsitencies with other software, or with the previous Blender version, leading me to belive that there may be some issue in the way the new font is handled.
Thanks for the report, @Dimitar.
In order for me to confirm the report, I need to replicate the issue.
But even reading report #113352, it's still not clear to me what I should look for.
The other report is about character spacing. This one seems to be more about difference in scale.
The difference between the images is very subtle. And the difference in resolution and possible window sizes can be confusing.
@Harley, are you familiar with the issue mentioned here?
I’d probably need more description about what exactly is considered “inconsistent” here, rather than just screen captures.
But if I had to guess I’d say you are seeing some jumps in the text size as you increase the size above some thresholds, rather than completely linear size increases? Or perhaps you are seeing that at some sizes some horizontal mid-height strokes might be aligned at one place and at another size it might be in the middle.
Both of what I have described is normal and expected when Hinting is set to Auto, which now selects Slight hinting. With Slight hinting, horizontal features of the glyphs are altered vertically to better align with the pixel grid. This generally reduces blurriness at the top and bottom of characters. But this will also mean that as you increase the size you won’t get subpixel text heights, but it will stay at 8 pixels high for a while then jump to 9 for a while, etc. And a horizontal stroke in the very middle will be there when the text is an odd number of pixels high, but will be a pixel higher or lower when there are an even number of vertical pixels.
Best is to find a combination that you prefer of font, scale, text sizes, Hinting, and subpixel-antialiasing.
No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed.
Thanks again for the report. If the problem persists please open a new report with the required information.