Ontimize 5.2072EN

com.ontimize.gui
Interface FontAndEncodingSelector

All Known Implementing Classes:
Form, FormManager

public interface FontAndEncodingSelector


Method Summary
 java.awt.Font showAvaliableFonts(boolean supportingEuro)
          Shows the available fonts in the system.
 void useFont(java.awt.Font f)
          Set the font to use by the object
 

Method Detail

showAvaliableFonts

public java.awt.Font showAvaliableFonts(boolean supportingEuro)
Shows the available fonts in the system. The parameter specifies if only fonts with support for EURO character must be showed


useFont

public void useFont(java.awt.Font f)
Set the font to use by the object


Ontimize