14 lines
429 B
Markdown
14 lines
429 B
Markdown
# vKVM TextRenderer
|
|
|
|
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.
|