Text-Renderer/README.md

15 lines
384 B
Markdown
Raw Permalink Normal View History

2019-11-14 15:32:03 +01:00
# vKVM Text Renderer
2019-11-14 15:32:03 +01:00
The Text Renderer gets the string from the text area in the Shared Memory and writes it
into pixelarea.
To convert a string the Text Renderer uses a font, which is loaded from a bitmap-file.
2019-11-06 13:34:46 +01:00
## Installation
Use the installation script provided in the Scripts repository
to install the full package.
Installing a single component is currently not supported.