Hi,
I previously created a custom symbol class using among others the PointStyle constructor for symbol font characters, i.e. PointStyle Constructor(GeoFont,Int32,GeoSolidBrush)
It was created under 4.0, and worked there without hickups, but now running under 4.5, it doesn't display the data.
What, if any, caveats and pitfalls may be preventing this ?
The rest of the code works, and if I use a stock style instead of the GeoFont-based one (inside my class), my data displays nicely.