I need to use a spezialized Font in order to create text characters which represent symbols with predefined symbolization.
All this because Mapinfo's Font-points are not scaled usefully while zooming, so I will try to use Text instead. I have a specially defined Font and I know the number of each character in the font-table.
My problem now is, that I need to create an attribute with a char-value which I cannot type in through the keyboard, as I only know the number of the font character.
How can I create an attribute with a one character-value whose font-char number (e.g. 45) is in the attribute "symbol_number" ?
I guess Tcl or Python may do the trick, but how ?
Thanks
Michael