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: