Commit b55ca34c authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@48752 954022d7-b5bf-4e40-9824-e11837661b57
parent ef0a3982
......@@ -1652,6 +1652,7 @@ function CSlideBoundsChecker()
this.Bounds = new CBoundsController();
this.m_oCurFont = null;
this.m_oTextPr = null;
this.m_oCoordTransform = new CMatrixL();
this.m_oTransform = new CMatrixL();
......@@ -1860,6 +1861,17 @@ CSlideBoundsChecker.prototype =
{
this.m_oCurFont = font;
},
SetTextPr : function(textPr)
{
this.m_oTextPr = textPr;
},
SetFontSlot : function(slot, fontSizeKoef)
{
},
GetTextPr : function()
{
return this.m_oTextPr;
},
FillText : function(x,y,text)
{
// убыстеренный вариант. здесь везде заточка на то, что приходит одна буква
......
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