HOW TO

Change the fonts in Tables, Charts, SEds and Table of Contents

Last Published: April 25, 2020

Procedure

Question

How to change the fonts in Tables, Charts, SEds and the Table of Contents?

Answer

Tables and Charts - Cannot be changed.
SEds - Cannot be changed.
TOC - Can be changed using the following Avenue script.

Script to change the font in the Table of Contents:
---------------------------------------------------
s = TextSymbol.Make
s.SetFont( NFont.Make("Helvetica","Italic"))
s.SetSize( 16 )
TOC.SetDefaultSymbol( s )

This script must either be in a project start up script or the view must be closed and opened again to reflect the changes.
Note:
Changing the fonts in Tables, Charts, SEds and TOCs involve conversion of platform specific fonts to Neuron Data's OI fonts.

Article ID:000001473

Software:
  • Legacy Products

Receive notifications and find solutions for new or common issues

Get summarized answers and video solutions from our new AI chatbot.

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options