From 34388786e6b9c7b720789a72fe5d622d2f74656e Mon Sep 17 00:00:00 2001 From: Julian Hinxlage Date: Tue, 7 Jan 2020 14:16:00 +0100 Subject: [PATCH] added Unifont --- src/FontType.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/FontType.hpp b/src/FontType.hpp index 9ff223f..cff32e1 100644 --- a/src/FontType.hpp +++ b/src/FontType.hpp @@ -8,7 +8,8 @@ namespace vkvm { FuturisticBlack = 1, //TODO(julian): find name of this font NoNameFound = 2, - ProFontIIX = 3 + ProFontIIX = 3, + Unifont = 4 }; }