Text-Renderer/README.md

14 lines
429 B
Markdown
Raw Normal View History

# vKVM TextRenderer
2019-11-06 13:34:46 +01:00
The TextRenderer gets a string from the Shared Memory and converts the text into
a bitmap-array. Afterwards the array is send back to the Shared Memory.
To convert a string the TextRendere uses a font, which is loaded from a bitmap-file.
## Installation
Use the installation script provided in the Scripts repository
to install the full package.
Installing a single component is currently not supported.