Hello:)
I'm running a map automation to create over 100 species maps that share a common base map but vary with the species points showed each time. I have successfully created the maps, and exported them as PNG using arcpy, but on each map export the legend font size is really tiny (default font size 10). I want to increase the font for better visualization.
I found that arcpy does not contain a method to modify the legend item font size, so I used CIM in the hope to access more detailed legend property settings. (the red arrow in picture 1 below is the place I want to modify through CIM).
Here's what I tried:
I exported one of the species map, Arthrosporum populorum, as a PAGX file and I viewed it as a JSON file in a text editor. Picture 2 shows that starting from line 4643 is the place I'm interested in ("Arthrosporum populorum_layer is a point feature layer"). However, I didn't see anything such as a "fontSize" key that allows me to modify. Have I searched for the wrong object place, or are there any other places I should be looking for as well?
I really appreciate your help!