cleanup
This commit is contained in:
parent
96f9248edc
commit
ad95ad0fe9
1 changed files with 0 additions and 9 deletions
|
@ -93,15 +93,6 @@ void LayerComposition::addLayer(const ComboIdentifier & identifier,
|
|||
auto props = Layer::Props();
|
||||
props.text = text;
|
||||
layer->setProps(props);
|
||||
//ofxMsdfgen::AtlasSettings as;
|
||||
//as.characters = "";
|
||||
//for(const char c : text){
|
||||
//if(as.characters.find(c) == std::string::npos){
|
||||
//// not found
|
||||
//as.characters += c;
|
||||
//}
|
||||
//}
|
||||
//combo->atlas->setup(identifier.fontPath, as);
|
||||
std::vector <ofxMsdfgen::FontVariation> msdfVariations;
|
||||
for(const auto & v : variations){
|
||||
msdfVariations.push_back({v.name, v.value});
|
||||
|
|
Loading…
Reference in a new issue