高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】forcing default fon
forcing default font?
forcing default font?
is it possible to replace a ttf font with the default font?
i've tried using getpreferablefont to do this by returning a bad font name, but dwgdirect still uses the original font rather than the default font.
quote:
originally posted by chadm
is it possible to replace a ttf font with the default font?
i've tried using getpreferablefont to do this by returning a bad font name, but dwgdirect still uses the original font rather than the default font.
in case getpreferablefont returns bad font name dwgdirect uses original font as design. so your implementation this method must return existed font. built in dwgdirect font is used in case any other fonts aren't found. more detail see dwgdirect reference topic ''font handling".
best regards,
sergey z.
|