org.apache.myfaces.trinidadinternal.image.painter
Class FontUtils

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.image.painter.FontUtils

public class FontUtils
extends java.lang.Object

A utility class for working with fonts.

FontUtils contains utility functions for:

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/image/painter/FontUtils.java#0 $) $Date: 10-nov-2005.19:04:56 $
Author:
The Oracle ADF Faces Team

Method Summary
static java.awt.Font getDefaultSansSerifFont()
          Returns the default sans serif font.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultSansSerifFont

public static java.awt.Font getDefaultSansSerifFont()
Returns the default sans serif font. This is the font to be used in place of the deprecated "Helvetica" font.



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.