mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
<sep-soft> support
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@166 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -24,5 +24,5 @@ void SymbolTextElement::getCharInfo(RotatedDC& dc, double scale, vector<CharInfo
|
||||
}
|
||||
|
||||
double SymbolTextElement::minScale() const {
|
||||
return font.size / min(0.001, min(font.size, font.scale_down_to));
|
||||
return min(font.size, font.scale_down_to) / max(0.01, font.size);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user