From 5c896dcd4e003e4862019df79268bb2da40fdc54 Mon Sep 17 00:00:00 2001 From: Edgar Schkrob Date: Wed, 6 Nov 2019 12:34:46 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 751e9c6..cb276eb 100644 --- a/README.md +++ b/README.md @@ -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