Neos-Metaverse / NeosPublic

A public issue/wiki only repository for the NeosVR project
195 stars 9 forks source link

"䨻龘䲜" looks blurry in game #3718

Closed KisaragiEffective closed 5 months ago

KisaragiEffective commented 2 years ago

Describe the bug?

The glyph looks blurry. The font is StaticFont (neosdb:///c801b8d2522fb554678f17f4597158b1af3f9be3abd6ce35d5a3112a81e2bf39, human-friendly: Noto Sans).

Relevant issues

To Reproduce

Type 䨻龘䲜 (in unicode escape sequence: \u4a3b\u9f98\u4c9c) somewhere (including UI)

Expected behavior

Not being looks blurry.

Log Files

kisaragi-deb11 - 2022.1.28.1335 - 2022-08-02 06_25_51.log

Screenshots

image

How often does it happen?

Always

Does the bug persist after restarting Neos?

Yes

Neos Version Number

Beta 2022.1.28.1335

What Platforms does this occur on?

Linux (using native build)

Link to Reproduction Item/World

No response

Did this work before?

I Don't Know

If it worked before, on which build?

No response

Additional context

No response

Reporters

rassi0429 commented 2 years ago

The same problem occurs on Windows 10 (10.0.19044.1826). 2022-08-02 06 59 37

Psychpsyo commented 2 years ago

This is something that affects every character. It's just that most characters aren't detailed enough for it to be noticeable. You can work around it by increasing the GlyphEmSize on the StaticFont component for the font. Here's 䨻龘䲜 with it set to 64: (Note that higher values start to get laggy pretty fast.) image

SnooperXP commented 2 years ago

@Earthmark Would the changes you made on https://github.com/Neos-Metaverse/msdfgen/pull/1 work for this case?

Just double checking.