This commit is contained in:
parent
f276592b11
commit
5c5252340e
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user