From 1910815c2a18748f457715f0cedd9e037776f221 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Tue, 19 Sep 2023 13:14:54 +0200 Subject: [PATCH] do not use celines fonts --- src/Layer.h | 2 +- src/Utils.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Layer.h b/src/Layer.h index edb5ede..f229441 100644 --- a/src/Layer.h +++ b/src/Layer.h @@ -48,7 +48,7 @@ class Layer { std::vector fontVariations; std::map letterDelays; string text = "abc"; - string fontPath = "data/celines-fonts/Version-2-var.ttf"; + string fontPath = ""; }; struct BoundingBox { float x; diff --git a/src/Utils.h b/src/Utils.h index 1b074d2..4606da6 100644 --- a/src/Utils.h +++ b/src/Utils.h @@ -42,7 +42,7 @@ enum LayerType { }; struct ComboIdentifier { - std::string fontPath = "data/celines-fonts/Version-2-var.ttf"; + std::string fontPath = ""; LayerType type = LayerType::MSDFGEN; public: