高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】how can i support the 憄lot style file (*.ctb)?
how can i support the 憄lot style file (*.ctb)?
how can i support the 憄lot style file (*.ctb)?
how can i support the 憄lot style file (*.ctb)?
i added code as below for support 憄lot style file (*.ctb).
--------------------------------------------------------------------
odrx_declare_static_module_entry_point(odpsplotsty leservicesimpl);
odrx_begin_static_module_map()
odrx_define_static_application(l"plotstyleservices ", odpsplotstyleservicesimpl)
odrx_end_static_module_map()
setplotgeneration(true);
...
odstreambufptr pfilebuf = odsystemservices()->createfile("[*.ctb file full path]");
if (pfilebuf.get())
loadplotstyletable(pfilebuf);
...
m_pcontext->setplotgeneration(false);
--------------------------------------------------------------------
but it doesn抰 show up what i set to *.ctb.
for example,
the dotted line is printed well as dotted line, but many kinds of dotted line are printed same dotted line.
and the line抯 thickness is not change to thicker or thin.
it is same problem even if i set 憇etlwdisplay (1)?
in my esteem, my codes miss some code which is necessary for support 憄lot style file?
is there anything else that i should code?
please, check mfcapp. if everything is ok in mfcapp - then you miss something in your application.
last edited by sslezkin; 31st january 2007 at 02:17 amfff">.
|