added Unifont

This commit is contained in:
Julian Hinxlage 2020-01-07 14:16:00 +01:00
parent 90948c9edb
commit 34388786e6

View File

@ -8,7 +8,8 @@ namespace vkvm {
FuturisticBlack = 1, FuturisticBlack = 1,
//TODO(julian): find name of this font //TODO(julian): find name of this font
NoNameFound = 2, NoNameFound = 2,
ProFontIIX = 3 ProFontIIX = 3,
Unifont = 4
}; };
} }