This commit is contained in:
Kathy Ruffing 2009-05-05 13:27:29 +00:00
parent f276592b11
commit 5c5252340e

View File

@ -389,6 +389,13 @@ public class VE_Font
} }
set { _FontJustify = value; } set { _FontJustify = value; }
} }
public bool IsBoxed
{
get
{
return ((i & (int)E_Style.Boxed) > 0);
}
}
//CIRCLESTRING2=0x08000000 //CIRCLESTRING2=0x08000000
public bool HasCircleString2() public bool HasCircleString2()
{ {