Commit 9467d81b authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

ToDo не особо правильно работает shrink

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@53476 954022d7-b5bf-4e40-9824-e11837661b57
parent 7a8210ec
......@@ -989,6 +989,7 @@
if (p.font) {
// change canvas font style
f = p.font.clone();
// ToDo не особо правильно работает shrink
if (shrink) {f.FontSize *= this.ratio;}
if (!f.isEqual(f_) || this.fontNeedUpdate) {
......
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