de.intarsys.cwt.font
Interface IFontProgram

All Superinterfaces:
de.intarsys.tools.locator.ILocatorSupport
All Known Implementing Classes:
CommonFontProgram, GenericFontProgram

public interface IFontProgram
extends de.intarsys.tools.locator.ILocatorSupport

An abstraction of the font program.


Method Summary
 IFont getFont()
          The IFont implemented by this program.
 
Methods inherited from interface de.intarsys.tools.locator.ILocatorSupport
getLocator
 

Method Detail

getFont

IFont getFont()
The IFont implemented by this program.

Returns:
The IFont implemented by this program.