Commit 527168b2 authored by GoshaZotov's avatar GoshaZotov

check font name if add symbol into cells editor(plugin symbol table)

parent 00c19e6b
...@@ -2902,6 +2902,7 @@ ...@@ -2902,6 +2902,7 @@
format.setItalic(true); format.setItalic(true);
} }
var fontFamily = computedStyle.getPropertyValue("font-family"); var fontFamily = computedStyle.getPropertyValue("font-family");
fontFamily = g_fontApplication.GetFontNameDictionary(fontFamily, true);
if(fontFamily){ if(fontFamily){
format.setName(fontFamily); format.setName(fontFamily);
res.fonts[fontFamily] = 1; res.fonts[fontFamily] = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment