com.esri.arcgis.display
Interface IFontsInSymbolsEnvironment

All Superinterfaces:
Serializable
All Known Implementing Classes:
SymbologyEnvironment

public interface IFontsInSymbolsEnvironment
extends Serializable

Provides access to members that control the environment for fonts behavior in symbols.

Product Availability

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


Method Summary
 boolean isDisableFontAntialiasing()
          Disabling fonts antialiasing in symbols.
 void setDisableFontAntialiasing(boolean bDisable)
          Disabling fonts antialiasing in symbols.
 

Method Detail

isDisableFontAntialiasing

boolean isDisableFontAntialiasing()
                                  throws IOException,
                                         AutomationException
Disabling fonts antialiasing in symbols.

Product Availability

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

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

setDisableFontAntialiasing

void setDisableFontAntialiasing(boolean bDisable)
                                throws IOException,
                                       AutomationException
Disabling fonts antialiasing in symbols.

Product Availability

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

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