Go to file
Shaohua Tong ab2d13f6bb add Bold and underline in TextRenderer 2019-11-20 12:50:32 +01:00
main add Bold and underline in TextRenderer 2019-11-20 12:50:32 +01:00
res add Bold and underline in TextRenderer 2019-11-20 12:50:32 +01:00
src add Bold and underline in TextRenderer 2019-11-20 12:50:32 +01:00
test + Unit test framework 2019-10-16 15:44:13 +02:00
.gitignore now the gitignore has content 2019-10-16 16:18:13 +02:00
CHANGELOG.md + Unit test framework 2019-10-16 15:44:13 +02:00
CMakeLists.txt String Umsetzung und DriiteFont finished. 2019-11-19 13:27:18 +01:00
LICENSE wrong filename for license 2019-10-16 16:46:08 +02:00
README.md Update README.md 2019-11-06 12:34:46 +00:00

README.md

vKVM TextRenderer

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

Use the installation script provided in the Scripts repository to install the full package.

Installing a single component is currently not supported.