forked from equalsraf/neovim-qt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This work would not have been done without @Nucearo 's efforts: equalsraf#470 Uses QTextLayout to render segments of similarly styled cells. QTextLayout provides greater control over Qt's font-rendering engine via QGlyphRun. With QGlyphRun, we are able to identify individual characters and their positions. QGlyphRun should provide a means of correcting the spacing for non-perfect monospace fonts. It also allows for identification of when a character sequence is converted to a glyph.
- Loading branch information
Showing
2 changed files
with
223 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters