高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】why Extra Textstyletablerecord Textstyletablerecordptr-ge
why extra textstyletablerecord? textstyletablerecordptr->get
why extra textstyletablerecord? textstyletablerecordptr->getname()
hi everyone!
i have a dwg file with 2 style name
1. standard (with font file name txt.shx)
2. style1 (with font file name txt.shx)
pblm is while iterating it "textstyletablerecordptr->getname()" gives me
additional file name:
extra:"" (i.e. file name blank) (with font file name ltypeshp.shx).
thanks & regards
debu
text style table can contain records of 2 types: representing text styles and representing shape files. records representing shape files (isshapefile() returns true) have no names.
ltypes.shx contains definitions of shapes used in complex linetypes like zigzag etc.
sergey slezkin
|