I have a map control which inherits from a control that is essentially just a copy of RscMapControl (from addons/ui.pbo:config.bin). This works fine, but the text next to ICON markers is really, really small compared to how they appear on the main map (I know that the size of the markers themselves is set with
setMarkerSize). Does anyone know how the display size of marker
text is configured in this case, because I'm lost here?
If you want to look at the config, look inside
SPON Map:
SPON/Core/ui/common.cpp (class SPON_rscMap)
SPON/Map/ui/map.cpp (class Map : SPON_rscMap)