ESRI.ArcGIS.ADF.IMS
Name Property
See Also  Send Feedback
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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.