Tagged Questions
0
votes
0answers
53 views
How to display font with UTF-8 coding charset in MapControl (C#) ?
I can display Unicode font without error. But, I got font error when trying to use UTF-8 font.
Are there anyone know how to fix it ?
I used below statements to set font for Text:
IFontDisp pFont = ...
0
votes
2answers
156 views
Using an InfoWindow with a Feature Layer and a DialogWindowBase
I need to have an infoWindow that displays the Outfields of a FeatureLayer. The infoWindow is popping up, but it is popping up no matter where you click on the map and it does not contain any of the ...
1
vote
0answers
121 views
Zooming MapControl (Arcgis) doesn't effect?
I am trying to use the Zoom commands (Zoom In, zoom out) for a MapControl. But it doesn't make "Text elements" bigger (larger) or smaller. Please see my image.
I used the below function to add a ...