ESRI.ArcGIS.ADF.IMS
Name Property
See Also 
ESRI.ArcGIS.ADF.IMS Namespace > FontInfo Class : Name Property




Gets or sets the name of the font.

Syntax

Visual Basic (Declaration) 
Public Property Name As String
Visual Basic (Usage)Copy Code
Dim instance As FontInfo
Dim value As String
 
instance.Name = value
 
value = instance.Name
C# 
public string Name {get; set;}

Remarks

Any font used to display features must be installed each machine used as a Spatial Server. The font does not need to be installed on the client machine, nor on the Web server if the Web server is installed on a different machine from the Spatial Server.

The default font is Arial.

If you are using custom TrueType symbols on a UNIX machine, the font must be installed in the following directory:

  • For Solaris:

    /usr/openwin/lib/X11/fonts/TrueType
  • For AIX:

    /usr/lpp/X11/lib/X11/fonts/TrueType
  • For Linux:

    /usr/lib/X11/fonts/TrueType
  • For HP-UX:

    /usr/lib/X11/fonts/ms.st/typefaces

See Also

© 2010 All Rights Reserved.