Update README.md
This commit is contained in:
parent
1a53ca46ca
commit
5c896dcd4e
|
@ -1,6 +1,9 @@
|
|||
# vKVM TextRenderer
|
||||
|
||||
translate a string from terminal to the readable form of shared memory .
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue