Rendering glitches -- font glyphs drawn out of the cell bounds
See original GitHub issueI am using fvim on Windows 10. I have noticed that fvim will show some glitches when I close another neovim window.
Steps to reproduce:
- Open fvim:
fvim -u NORC test.py
- open the help window:
:h help
. - Close the help window:
:quit
.
Notice carefully that the previous fvim window has some noticeable glitches on the screen. Of course, using Ctrl-L
will redraw the screen and clear them. But it is a little annoying.
P.S.: I can not reproduce this behavior when using nvim-qt using the same steps.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:12 (7 by maintainers)
Top Results From Across the Web
Kitty 0.14.6 Rendering Glitch with NeoVim and Tmux #2047
Catalina, but this issue was taking place before upgrading too. Here is my kitty config. The only thing that I uncommented out is...
Read more >Font glyph not rendering with Graphics2D drawString since ...
I have a weird problem when drawing strings with some specific true type fonts in Java 32bit on Windows 10. ... It seems...
Read more >Rendering text: problems - OpenGL: Advanced Coding
So i made a program that saves all the glyphs of a font in a file with the GL_BITMAP format: the program uses...
Read more >GPU-Centered Font Rendering Directly from Glyph Outlines
GPU-Centered Font Rendering Directly from Glyph Outlines. i3D 2018 ... Curves can extend outside em square ... Floating-point limits cause huge problems for....
Read more >New in FontLab 8: Glyphs & fonts
To declare one or more glyphs as non-exporting, select their glyph cells in the Font window and turn on the No export checkbox...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@yatli The newest release seems to have fixed the rendering glitch. Tried with
fvim -u NORC
.Version 0.2 is reaching a stable state. I will be bumping the version to 0.3 once Avalonia v0.10 reaches GA