|
VT100 Terminal App
Circle VT100 module documentation
|
Declares the task that prepares VT100 font assets for rendering. More...
Go to the source code of this file.
Classes | |
| class | CTFontConverter |
| Background task that materializes VT100 fonts on demand. More... | |
Declares the task that prepares VT100 font assets for rendering.
CTFontConverter loads historical VT100 ROM data, converts glyphs to Circle's font representation, and caches the results for the renderer. It exposes convenient accessors for other components to query fonts by logical selection while keeping conversion logic encapsulated in one task.