Update README.md

This commit is contained in:
Edgar Schkrob 2019-11-14 14:32:03 +00:00
parent 0bc0862cb7
commit 40d8fa588a
1 changed files with 5 additions and 4 deletions

View File

@ -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