高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】problem in plotting line weight from plot style
problem in plotting line weight from plot style
problem in plotting line weight from plot style
hi,
i am facing problem in plotting when i set the plot style with a line weight.
i am using loadplotstyletable to load the plot style table.
the plot style had a line weight property set to a specified value( 2.1100mm) but it does'nt work, do i need to do anything else.
pfilebuf = pss->createfile(pssfile.c_str()); //pssfile is the path of the file
if(pfilebuf.get())
{
loadplotstyletable(pfilebuf);
return true;
}
everything else like color etc. is working fine.
thanks.
does setting lwdisplay system variable to 1 help?
sergey slezkin
i had already done that
after creating the printer device
database()->setlwdisplay(1);
but still line weight is not displayed
|