Uses of Package
java.awt.font
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides interfaces and classes for dealing with different types of events
fired by AWT components.
Provides classes and interface relating to fonts.
Provides classes and interfaces for the input method framework.
Provides interfaces that enable the development of input methods that can be
used with any Java runtime environment.
-
ClassDescriptionThe
FontRenderContext
class is a container for the information needed to correctly measure text.AGlyphVector
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 theGlyphVector
is ultimately displayed.TheLineMetrics
class allows access to the metrics needed to layout characters along a line and to layout of a set of lines.TheTextAttribute
class defines attribute keys and attribute values used for text rendering. -
ClassDescriptionThe
TextHitInfo
class represents a character position in a text model, and a bias, or "side," of the character. -
ClassDescriptionThe
FontRenderContext
class is a container for the information needed to correctly measure text.TheGlyphJustificationInfo
class represents information about the justification properties of a glyph.TheGlyphMetrics
class represents information for a single glyph.AGlyphVector
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 theGlyphVector
is ultimately displayed.This class is used with the CHAR_REPLACEMENT attribute.TheImageGraphicAttribute
class is an implementation ofGraphicAttribute
which draws images in aTextLayout
.LayoutPath provides a mapping between locations relative to the baseline and points in user space.TheNumericShaper
class is used to convert Latin-1 (European) digits to other Unicode decimal digits.ANumericShaper.Range
represents a Unicode range of a script having its own decimal digits.TheShapeGraphicAttribute
class is an implementation ofGraphicAttribute
that draws shapes in aTextLayout
.TheTextAttribute
class defines attribute keys and attribute values used for text rendering.TheTextHitInfo
class represents a character position in a text model, and a bias, or "side," of the character.TextLayout
is an immutable graphical representation of styled character data.Defines a policy for determining the strong caret location.TheTransformAttribute
class provides an immutable wrapper for a transform so that it is safe to use as an attribute. -
ClassDescriptionThe
TextAttribute
class defines attribute keys and attribute values used for text rendering.TheTextHitInfo
class represents a character position in a text model, and a bias, or "side," of the character. -
ClassDescriptionThe
TextHitInfo
class represents a character position in a text model, and a bias, or "side," of the character.