The letterspacing in my Google Maps Flash API infoWindow is a little weird. The letters are very tightly spaced. For example, double “r”s touch and look like an “m”. Is there a way to adjust the letterspacing?
var infoWindowSettings:InfoWindowOptions = new InfoWindowOptions();
infoWindowSettings.content = theName;
infoWindowSettings.hasShadow = true;
infoWindowSettings.hasCloseButton = true;
infoWindowSettings.width = 200;
map.openInfoWindow(map.getCenter(), infoWindowSettings);
Okay, I’ve got. I added the letterspacing property below: