Skip to main content

I need to write anotations to a DGN file (v8). To generate the labels (anotations), I'm using LabelPointReplacer, followed by AttributeCreator, where I add specific igds attributes manually. Everything goes well with a single exception that I'm unable to resolve:

 

I set up igds_font attribute on each feature manually. If the input string is composed of basic alphanumeric characters, all goes as expected and correct font is used to write the feature. If non-standard diacritics (Czech) goes in, the igds_font is forced/overwritten to 1025 (Arial) in the writer. I was trying to add/alter multiple igds attributes, to specify Resource Font File, to play around with encoding of the incoming String and eventually went out of ideas what else to try. I'll appreciate any ideas. Thx.

Be the first to reply!

Reply