查看单个帖子
旧 2009-05-04, 07:02 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】dd 2.1.0 does not handle text fit as expected

dd 2.1.0 does not handle text fit as expected
dd 2.1.0 does not handle text fit as expected
try the following file in autocad and in the odamfcapp.exe. even if the font is unknown and replaced by autocad, the text is stretched to fit between the two points. in odamfcapp.exe it is not fit between the two points. instead it appears too long.
should not a fit justified text always appear between the justification points? a bug in dd 2.1.0?
attached files
if the font exists i can't reproduce this in odamfcapp 2.1
if font does not exist autocad does not adjust the text to fit while loading dwg. it adjusts the text only after loading dxf.
sergey slezkin

what you say is correct. and it turned out to be a font substitution problem. after implementing getfontmapfilename() properly the drawing now displays the same result as in autocad.
however, in the process i discovered that oddbhostappservices and oddbhostappprogressmeter have changed argument types for many of their virtual functions. the compiler cannot warn you about that. so our overrides of functions in exhostappservices (and oddbhostappservices, oddbhostappprogressmeter) now were essentially different functions and were just not called anymore! the program would still work (calling the default implementations), but warning messages, progress meter, path searching etc did not work as before in our program.
it was my fault not to check this out. but it is easily missed and i think others migrating from dd 1.1.4 to dd 2.x should doublecheck this code if their programs behave differently from their dd 1.1.4 based versions.
-rune jorgensen
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)