高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】odgigeometrysimplifiertextproc90 for shx text always uses
odgigeometrysimplifier::textproc() for shx text always uses
odgigeometrysimplifier::textproc() for shx text always uses simplex?
is this a known problem?
to reproduce, use a drawing containing a text entity with a style that uses romant.shx and note that odgigeometrysimplifier::textproc() will vectorize it using simplex font.
thanks,
codey
using autocad 2005 and dd 1.12.04
dd uses simplex-like built-in font if correct .shx font file is not available.
see developer's guide / font handling for details.
sergey slezkin
thanks sergey. oddbhostappservices::getpreferablefont() did the trick by prepending the shx file path location.
the dev guide suggested overriding findfile(), so that's what i used instead.
|