From 2fb0ece23d20d5aedc0b6d86410b68a23f9baba3 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Thu, 12 Dec 2019 18:16:54 +0100 Subject: [PATCH] Added CMAKE Support --- examples/Info/InfoExampleUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Info/InfoExampleUI.cpp b/examples/Info/InfoExampleUI.cpp index 647fc4ca..39e7ff3b 100644 --- a/examples/Info/InfoExampleUI.cpp +++ b/examples/Info/InfoExampleUI.cpp @@ -35,7 +35,7 @@ public: std::memset(fStrBuf, 0, sizeof(char)*(0xff+1)); fSampleRate = getSampleRate(); - fFont = createFontFromFile("sans", "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf"); + fFont = createFontFromFile("sans", "/usr/share/fonts/TTF/DejaVuSans.ttf"); setGeometryConstraints(405, 256, true); }