change default font values
This commit is contained in:
parent
e0aeda5a51
commit
4b245467c7
1 changed files with 2 additions and 2 deletions
|
@ -864,8 +864,8 @@ wxRadarBg::updateFont()
|
|||
float alpha = _font_node->getFloatValue("color/alpha", 1);
|
||||
_font_color.set(red, green, blue, alpha);
|
||||
|
||||
_font_size = _font_node->getFloatValue("size", 12);
|
||||
_font_spacing = _font_size * _font_node->getFloatValue("line-spacing", 0.25);
|
||||
_font_size = _font_node->getFloatValue("size", 8);
|
||||
_font_spacing = _font_size * _font_node->getFloatValue("line-spacing", 1.5);
|
||||
string path = _font_node->getStringValue("name", DEFAULT_FONT);
|
||||
|
||||
SGPath tpath;
|
||||
|
|
Loading…
Add table
Reference in a new issue