-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Builtin fonts for special glyphs (nerd fonts / powerline) and emoji (Noto?) #170
Labels
enhancement
New feature or request
fonts
font rasterization and text shaping API and platform implementations
frontend
Contour Terminal Emulator (GUI frontend)
VT: rasterizer
Rendering of the terminal into a pixmap using `terminal_renderer` library
Milestone
Comments
christianparpart
added
enhancement
New feature or request
frontend
Contour Terminal Emulator (GUI frontend)
labels
Feb 23, 2021
One of my conceal characters is When rendering the following line to the standard output: syntax keyword cppStructure template conceal cchar=⛏ in Konsole and Contour, respectively: this is the output:
|
christianparpart
added
fonts
font rasterization and text shaping API and platform implementations
VT: rasterizer
Rendering of the terminal into a pixmap using `terminal_renderer` library
labels
Jul 1, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
fonts
font rasterization and text shaping API and platform implementations
frontend
Contour Terminal Emulator (GUI frontend)
VT: rasterizer
Rendering of the terminal into a pixmap using `terminal_renderer` library
Some terminals do provide builtin support for certain glyphs, most notably pwerline fonts and some for Noto Color Emoji.
I think this is good for making providing an easy fallback for users that haven't these glyphs installed or properly configured.
Powerline codepoints
Uses U+E0A0–U+E0A2 and U+E0B0–U+E0B3 for extra box-drawing characters.
That can be perfectly implemented in the existing box drawing implementation.
NerdFont codepoints
Implementation notes
The text was updated successfully, but these errors were encountered: