com.esri.arcgis.display
Interface IFontSize

All Superinterfaces:
Serializable
All Known Implementing Classes:
FontSize

public interface IFontSize
extends Serializable

Provides access to members that control the font size object.

Description

Size in points (approx. 1/72 inch).

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
IFontName, IFontAttribute, IBold, IFontSize

Method Summary
 double getSize()
          The font size in points.
 void setSize(double size)
          The font size in points.
 

Method Detail

getSize

double getSize()
               throws IOException,
                      AutomationException
The font size in points.

Description

Size is the size in points (approx. 1/72 inch) for an IFontSize.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
The size
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSize

void setSize(double size)
             throws IOException,
                    AutomationException
The font size in points.

Description

Size is the size in points (approx. 1/72 inch) for an IFontSize.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Parameters:
size - The size (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.