HOW TO

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

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

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic