do not use celines fonts
This commit is contained in:
parent
f25225182e
commit
1910815c2a
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue