do not use celines fonts

This commit is contained in:
jrkb 2023-09-19 13:14:54 +02:00
parent f25225182e
commit 1910815c2a
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ class Layer {
std::vector <ofxVariableLab::FontVariation> fontVariations;
std::map <string, float> letterDelays;
string text = "abc";
string fontPath = "data/celines-fonts/Version-2-var.ttf";
string fontPath = "";
};
struct BoundingBox {
float x;

View file

@ -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: