-
-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
VT: BackendVirtual Terminal Backend (libterminal API)Virtual Terminal Backend (libterminal API)VT: rasterizerRendering of the terminal into a pixmap using `terminal_renderer` libraryRendering of the terminal into a pixmap using `terminal_renderer` library
Description
Abstract
Starting with the VT220 terminal, it was possible for apps to define their own "soft fonts", also known as dynamically replaceable character sets (DRCS). You would download the font to the terminal with a DECDLD escape sequence, and assign it a character set ID that could then be designated via the usual SCS escape sequences.
Motivation
Ability to download fonts such as from https://vt100.net/dec/vt320/fonts.
Specification
See microsoft/terminal#10011 and it's related issue microsoft/terminal#9164
Metadata
Metadata
Assignees
Labels
VT: BackendVirtual Terminal Backend (libterminal API)Virtual Terminal Backend (libterminal API)VT: rasterizerRendering of the terminal into a pixmap using `terminal_renderer` libraryRendering of the terminal into a pixmap using `terminal_renderer` library