高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】linux font problems in dwf expor
linux font problems in dwf export
linux font problems in dwf export
we are getting two problems with the linux version of dwfexport. the second is a "dosism" that has crept into the linux code.
1) acad environment variable: dir name needs to have '/' at the end. this is not like it usually is in unix, linux environment. for example: currently must be /cadfonts/, where it should allow /cadfonts and add the extra "/" if needed.
2) font file name has to start with '\' mark, but should be a '/' instead. for example: currently must be /cadfonts/\txt.shx, should just be /cadfonts/txt.shx
|