From 40d8fa588a22ca34d138b9342f26d50a927c5405 Mon Sep 17 00:00:00 2001 From: Edgar Schkrob Date: Thu, 14 Nov 2019 14:32:03 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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