diff --git a/README.md b/README.md index cb276eb..39b4cf8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -# vKVM TextRenderer +# vKVM Text Renderer -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. +The Text Renderer gets the string from the text area in the Shared Memory and writes it +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