2019-10-16 15:44:13 +02:00
|
|
|
# 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.
|
2019-10-30 12:37:38 +01:00
|
|
|
|
2019-10-16 15:44:13 +02:00
|
|
|
## Installation
|
|
|
|
|
|
|
|
Use the installation script provided in the Scripts repository
|
|
|
|
to install the full package.
|
|
|
|
|
|
|
|
Installing a single component is currently not supported.
|