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

git-svn-id:...

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47015 954022d7-b5bf-4e40-9824-e11837661b57
parent e5d1f0a8
......@@ -132,19 +132,6 @@ function CTableOutline(Table, PageNum, X, Y, W, H)
this.H = H;
}
function CFontSetup()
{
this.Name = "";
this.Index = -1;
this.Size = 12;
this.Bold = false;
this.Italic = false;
this.SetUpIndex = -1;
this.SetUpSize = 12;
this.SetUpStyle = -1;
}
function CTextMeasurer()
{
this.m_oManager = new CFontManager();
......
......@@ -4,6 +4,19 @@ var gr_state_pen_brush = 2;
var gr_state_state = 3;
var gr_state_all = 4;
function CFontSetup()
{
this.Name = "";
this.Index = -1;
this.Size = 12;
this.Bold = false;
this.Italic = false;
this.SetUpIndex = -1;
this.SetUpSize = 12;
this.SetUpStyle = -1;
}
function CGrState_Pen()
{
this.Type = gr_state_pen;
......
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