Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

Uses of Package
java.awt.font

Packages that use java.awt.font
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.awt.font Provides classes and interface relating to fonts. 
 

Classes in java.awt.font used by java.awt
FontRenderContext
          The FontRenderContext class is a container for the information needed to correctly measure text.
GlyphVector
          A GlyphVector object is a collection of glyphs containing geometric information for the placement of each glyph in a transformed coordinate space which corresponds to the device on which the GlyphVector is ultimately displayed.
LineMetrics
          The LineMetrics class allows access to the metrics needed to layout characters along a line and to layout of a set of lines.
 

Classes in java.awt.font used by java.awt.font
FontRenderContext
          The FontRenderContext class is a container for the information needed to correctly measure text.
GlyphJustificationInfo
          The GlyphJustificationInfo class represents information about the justification properties of a glyph.
GlyphMetrics
          The GlyphMetrics class represents infomation for a single glyph.
GlyphVector
          A GlyphVector object is a collection of glyphs containing geometric information for the placement of each glyph in a transformed coordinate space which corresponds to the device on which the GlyphVector is ultimately displayed.
GraphicAttribute
          This class is used with the CHAR_REPLACEMENT attribute.
ImageGraphicAttribute
          The ImageGraphicAttribute class is an implementation of GraphicAttribute which draws images in a TextLayout.
NumericShaper
          The NumericShaper class is used to convert Latin-1 (European) digits to other Unicode decimal digits.
ShapeGraphicAttribute
          The ShapeGraphicAttribute class is an implementation of GraphicAttribute that draws shapes in a TextLayout.
TextAttribute
          The TextAttribute class defines attribute keys and attribute values used for text rendering.
TextLayout
          TextLayout is an immutable graphical representation of styled character data.
TextLayout.CaretPolicy
          Defines a policy for determining the strong caret location.
 


JSR-209 (Final Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.