Update README.md
This commit is contained in:
parent
0bc0862cb7
commit
40d8fa588a
|
@ -1,9 +1,10 @@
|
||||||
# vKVM TextRenderer
|
# vKVM Text Renderer
|
||||||
|
|
||||||
The TextRenderer gets a string from the Shared Memory and converts the text into
|
The Text Renderer gets the string from the text area in the Shared Memory and writes it
|
||||||
a bitmap-array. Afterwards the array is send back to the Shared Memory.
|
into pixelarea.
|
||||||
|
|
||||||
|
To convert a string the Text Renderer uses a font, which is loaded from a bitmap-file.
|
||||||
|
|
||||||
To convert a string the TextRendere uses a font, which is loaded from a bitmap-file.
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue