私のGoogleMapsFlashAPIinfoWindowの文字間隔は少し奇妙です。文字の間隔は非常に狭くなっています。たとえば、ダブル「r」はタッチして「m」のように見えます。文字間隔を調整する方法はありますか?
var infoWindowSettings:InfoWindowOptions = new InfoWindowOptions();
infoWindowSettings.content = theName;
infoWindowSettings.hasShadow = true;
infoWindowSettings.hasCloseButton = true;
infoWindowSettings.width = 200;
map.openInfoWindow(map.getCenter(), infoWindowSettings);