Hi,
Is there a way using arcpy (or else) to change the font of multiple marker symbols in a mxd? I got like an hundred of stacked symbols to modify... I need to modify the font used not the character of the font of each.
Thank you if you can help here!
P.S.: I dont need a complete answer, just a hint would be enough 🙂
A marker symbol as in from symbology? Can you not update the symbol or apply symbology from layer file? Do you have 1000s of layers or something?
Hi,
Yes, I got hundred of unique symbols to modify.
If not python, ArcObjects maybe?
How would you assign the new symbols automatically without knowing what to assign first? can you elaborate more on the proposed workflow as I don;t understand at all.
I dont want to assign a new symbol, I want to modify the font used by every symbols.
1- Loop over all layers in a mxd
2- Determine if the layer symbol is using a specific font
3- Modify that specific font for another one
4- Save the mxd