Go to file
Julian Hinxlage 26c7fa69c4 added profont-IIx font 2019-11-19 13:28:48 +01:00
.ci ~ update clang-tidy checks 2019-11-16 18:22:34 +00:00
lib/toml + toml lib 2019-10-29 11:57:42 +01:00
main added profont-IIx font 2019-11-19 13:28:48 +01:00
res added profont-IIx font 2019-11-19 13:28:48 +01:00
src added profont-IIx font 2019-11-19 13:28:48 +01:00
test ~ fixed unit testing 2019-10-24 11:48:26 +02:00
.clang-tidy ~ update clang-tidy checks 2019-11-16 18:22:34 +00:00
.gitignore + toml lib 2019-10-29 11:57:42 +01:00
.gitlab-ci.yml ~ CI: clang_tidy step now contains catch2 & fltk 2019-11-12 11:17:17 +00:00
CHANGELOG.md + Unit test framework 2019-10-16 15:44:13 +02:00
CMakeLists.txt ~ update clang-tidy checks 2019-11-16 18:22:34 +00:00
LICENSE wrong filename for license 2019-10-16 16:46:08 +02:00
README.md Update README.md 2019-11-14 14:32:03 +00:00

README.md

vKVM Text Renderer

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.

Installation

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

Installing a single component is currently not supported.