java.awt.font

Home
Java Source Code / Java Documentation
1.6.0 JDK Core
2.6.0 JDK Modules
3.6.0 JDK Modules com.sun
4.6.0 JDK Modules com.sun.java
5.6.0 JDK Modules sun
6.6.0 JDK Platform
7.Ajax
8.Apache Harmony Java SE
9.Aspect oriented
10.Authentication Authorization
11.Blogger System
12.Build
13.Byte Code
14.Cache
15.Chart
16.Chat
17.Code Analyzer
18.Collaboration
19.Content Management System
20.Database Client
21.Database DBMS
22.Database JDBC Connection Pool
23.Database ORM
24.Development
25.EJB Server
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Net
51.Parser
52.PDF
53.Portal
54.Profiler
55.Project Management
56.Report
57.RSS RDF
58.Rule Engine
59.Science
60.Scripting
61.Search Engine
62.Security
63.Sevlet Container
64.Source Control
65.Swing Library
66.Template Engine
67.Test Coverage
68.Testing
69.UML
70.Web Crawler
71.Web Framework
72.Web Mail
73.Web Server
74.Web Services
75.Web Services apache cxf 2.2.6
76.Web Services AXIS2
77.Wiki Engine
78.Workflow Engines
79.XML
80.XML UI
Java Source Code / Java Documentation » 6.0 JDK Core » AWT » java.awt.font 
java.awt.font
Provides classes and interface relating to fonts. It contains support for representing Type 1, Type 1 Multiple Master fonts, OpenType fonts, and TrueType fonts. @since 1.2
Java Source File NameTypeComment
CharArrayIterator.javaClass
FontRenderContext.javaClass The FontRenderContext class is a container for the information needed to correctly measure text.
GlyphJustificationInfo.javaClass The GlyphJustificationInfo class represents information about the justification properties of a glyph.
GlyphMetrics.javaClass The GlyphMetrics class represents infomation for a single glyph.
GlyphVector.javaClass 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.javaClass This class is used with the CHAR_REPLACEMENT attribute.

The GraphicAttribute class represents a graphic embedded in text.

ImageGraphicAttribute.javaClass The ImageGraphicAttribute class is an implementation of GraphicAttribute which draws images in a TextLayout .
LayoutPath.javaClass LayoutPath provides a mapping between locations relative to the baseline and points in user space.
LineBreakMeasurer.javaClass The LineBreakMeasurer class allows styled text to be broken into lines (or segments) that fit within a particular visual advance.
LineMetrics.javaClass The LineMetrics class allows access to the metrics needed to layout characters along a line and to layout of a set of lines.
MultipleMaster.javaInterface The MultipleMaster interface represents Type 1 Multiple Master fonts.
NumericShaper.javaClass The NumericShaper class is used to convert Latin-1 (European) digits to other Unicode decimal digits.
OpenType.javaInterface The OpenType interface represents OpenType and TrueType fonts.
ShapeGraphicAttribute.javaClass The ShapeGraphicAttribute class is an implementation of GraphicAttribute that draws shapes in a TextLayout .
StyledParagraph.javaClass This class stores Font, GraphicAttribute, and Decoration intervals on a paragraph of styled text.
TextAttribute.javaClass The TextAttribute class defines attribute keys and attribute values used for text rendering.
TextHitInfo.javaClass The TextHitInfo class represents a character position in a text model, and a bias, or "side," of the character.
TextJustifier.javaClass
TextLayout.javaClass TextLayout is an immutable graphical representation of styled character data.

It provides the following capabilities:

  • implicit bidirectional analysis and reordering,
  • cursor positioning and movement, including split cursors for mixed directional text,
  • highlighting, including both logical and visual highlighting for mixed directional text,
  • multiple baselines (roman, hanging, and centered),
  • hit testing,
  • justification,
  • default font substitution,
  • metric information such as ascent, descent, and advance, and
  • rendering

A TextLayout object can be rendered using its draw method.

TextLayout can be constructed either directly or through the use of a LineBreakMeasurer .

TextLine.javaClass
TextMeasurer.javaClass The TextMeasurer class provides the primitive operations needed for line break: measuring up to a given advance, determining the advance of a range of characters, and generating a TextLayout for a range of characters.
TransformAttribute.javaClass The TransformAttribute class provides an immutable wrapper for a transform so that it is safe to use as an attribute.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.