Go to file
my e05328d944 readme v0.23 2019-10-24 12:18:56 +02:00
main + fillValue in Font 2019-10-23 11:42:32 +02:00
res added font Bitmap 2019-10-15 16:15:48 +02:00
src + fillValue in Font 2019-10-23 11:42:32 +02: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 + clang_tidy 2019-10-21 15:22:28 +00:00
LICENSE wrong filename for license 2019-10-16 16:46:08 +02:00
README.md readme v0.23 2019-10-24 12:18:56 +02:00

README.md

vKVM TextRenderer

Installation

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

Installing a single component is currently not supported.

Target

TextRender build exports an interface target TextRender::TextRender.

This means that if TextRender has been installed on the Project Path, it should be enough to do.

...

Usage

mkdir build
cd build
cmake ..
make

Example

 Font font("filepath");
 char bitmap[] = font.translate("hello world");