UIX 2.2.16

oracle.cabo.image.painter
Class FontUtils

java.lang.Object
  |
  +--oracle.cabo.image.painter.FontUtils

public class FontUtils
extends java.lang.Object

A utility class for working with fonts.

FontUtils contains utility functions for:


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.

UIX 2.2.16