|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Font
Safe:
Field Summary | |
static int |
BOLD
Enabled: The bold style constant. |
private static double[] |
cachedMat
get the transform matrix for this font. |
private static java.lang.ref.SoftReference |
cacheRef
|
private int |
canRotate
|
static int |
CENTER_BASELINE
Enabled: The baseline used in ideographic scripts like Chinese, Japanese, and Korean when laying out text. |
private boolean |
createdFont
|
private static Map |
EMPTY_MAP
|
private int |
fontSerializedDataVersion
The Font Serializable Data Form. |
private Hashtable |
fRequestedAttributes
A map of font attributes available in this font. |
static int |
HANGING_BASELINE
Enabled: The baseline used in Devanigiri and similar scripts when laying out text. |
private static java.awt.font.TransformAttribute |
IDENT_TX_ATTRIBUTE
|
static int |
ITALIC
Enabled: The italicized style constant. |
static int |
LAYOUT_LEFT_TO_RIGHT
Enabled: A flag to layoutGlyphVector indicating that text is left-to-right as determined by Bidi analysis. |
static int |
LAYOUT_NO_LIMIT_CONTEXT
Enabled: A flag to layoutGlyphVector indicating that text in the char array after the indicated limit should not be examined. |
static int |
LAYOUT_NO_START_CONTEXT
Enabled: A flag to layoutGlyphVector indicating that text in the char array before the indicated start should not be examined. |
static int |
LAYOUT_RIGHT_TO_LEFT
Enabled: A flag to layoutGlyphVector indicating that text is right-to-left as determined by Bidi analysis. |
private double[] |
matrix
|
private int |
missingGlyph
|
protected String |
name
The logical name of this Font , as passed to the
constructor. |
private boolean |
nonIdentityTx
|
private int |
numGlyphs
|
private long |
pData
|
private java.awt.peer.FontPeer |
peer
The platform specific font information. |
static int |
PLAIN
Enabled: The plain style constant. |
private long |
pNativeFont
|
protected float |
pointSize
The point size of this Font in float . |
static int |
ROMAN_BASELINE
Enabled: The baseline used in most Roman scripts when laying out text. |
private static long |
serialVersionUID
|
protected int |
size
The point size of this Font , rounded to integer. |
protected int |
style
The style of this Font , as passed to the constructor. |
static int |
TRUETYPE_FONT
Enabled: Create a Font of type TRUETYPE. |
Constructor Summary | |
|
Font(Map attributes)
Enabled: Creates a new Font with the specified attributes. |
private |
Font(Map attributes,
boolean created)
|
private |
Font(String name,
int style,
float sizePts,
boolean created)
|
|
Font(String name,
int style,
int size)
Enabled: Creates a new Font from the specified name, style and
point size. |
private |
Font(String name,
int style,
int size,
boolean created)
|
Method Summary | |
private static void |
applySize(float size,
Map attributes)
|
private static void |
applyStyle(int style,
Map attributes)
|
private static void |
applyTransform(java.awt.geom.AffineTransform trans,
Map attributes)
|
boolean |
canDisplay(char c)
Enabled: Checks if this Font has a glyph for the specified
character. |
int |
canDisplayUpTo(char[] text,
int start,
int limit)
Enabled: Indicates whether or not this Font can display
the characters in the specified text
starting at start and ending at
limit . |
int |
canDisplayUpTo(java.text.CharacterIterator iter,
int start,
int limit)
Enabled: Indicates whether or not this Font can display
the specified String . |
int |
canDisplayUpTo(String str)
Enabled: Indicates whether or not this Font can display a
specified String . |
static Font |
createFont(int fontFormat,
InputStream fontStream)
Enabled: Returns a new Font with the specified font type
and input data. |
java.awt.font.GlyphVector |
createGlyphVector(java.awt.font.FontRenderContext frc,
char[] chars)
Enabled: Creates a GlyphVector by
mapping characters to glyphs one-to-one based on the
Unicode cmap in this Font . |
java.awt.font.GlyphVector |
createGlyphVector(java.awt.font.FontRenderContext frc,
java.text.CharacterIterator ci)
Enabled: Creates a GlyphVector by
mapping the specified characters to glyphs one-to-one based on the
Unicode cmap in this Font . |
java.awt.font.GlyphVector |
createGlyphVector(java.awt.font.FontRenderContext frc,
int[] glyphCodes)
Enabled: Creates a GlyphVector by
mapping characters to glyphs one-to-one based on the
Unicode cmap in this Font . |
java.awt.font.GlyphVector |
createGlyphVector(java.awt.font.FontRenderContext frc,
String str)
Enabled: Creates a GlyphVector by
mapping characters to glyphs one-to-one based on the
Unicode cmap in this Font . |
static Font |
decode(String str)
Enabled: Returns the Font that the str
argument describes. |
private java.awt.Font.FontLineMetrics |
defaultLineMetrics(java.awt.font.FontRenderContext frc)
|
Font |
deriveFont(java.awt.geom.AffineTransform trans)
Enabled: Creates a new Font object by replicating the current
Font object and applying a new transform to it. |
Font |
deriveFont(float size)
Enabled: Creates a new Font object by replicating the current
Font object and applying a new size to it. |
Font |
deriveFont(int style)
Enabled: Creates a new Font object by replicating the current
Font object and applying a new style to it. |
Font |
deriveFont(int style,
java.awt.geom.AffineTransform trans)
Enabled: Creates a new Font object by replicating this
Font object and applying a new style and transform. |
Font |
deriveFont(int style,
float size)
Enabled: Creates a new Font object by replicating this
Font object and applying a new style and size. |
Font |
deriveFont(Map attributes)
Enabled: Creates a new Font object by replicating the current
Font object and applying a new set of font attributes
to it. |
boolean |
equals(Object obj)
Suppressed: Compares this Font object to the specified
Object . |
protected void |
finalize()
Disposes the native Font object. |
private static Font |
get(java.awt.Font.Key key)
|
Map |
getAttributes()
Enabled: Returns a map of font attributes available in this Font . |
java.text.AttributedCharacterIterator.Attribute[] |
getAvailableAttributes()
Enabled: Returns the keys of all the attributes supported by this Font . |
byte |
getBaselineFor(char c)
Enabled: Returns the baseline appropriate for displaying this character. |
(package private) String |
getFamily_NoClientCode()
|
String |
getFamily()
Enabled: Returns the family name of this Font . |
String |
getFamily(Locale l)
Enabled: Returns the family name of this Font , localized for
the specified locale. |
static Font |
getFont(Map attributes)
Enabled: Returns a Font appropriate to this attribute set. |
static Font |
getFont(String nm)
Enabled: Returns a Font object from the system properties list. |
static Font |
getFont(String nm,
Font font)
Enabled: Gets the specified Font from the system properties
list. |
String |
getFontName()
Enabled: Returns the font face name of this Font . |
String |
getFontName(Locale l)
Enabled: Returns the font face name of the Font , localized
for the specified locale. |
float |
getItalicAngle()
Enabled: Returns the italic angle of this Font . |
java.awt.font.LineMetrics |
getLineMetrics(char[] chars,
int beginIndex,
int limit,
java.awt.font.FontRenderContext frc)
Enabled: Returns a LineMetrics object created with the
specified arguments. |
java.awt.font.LineMetrics |
getLineMetrics(java.text.CharacterIterator ci,
int beginIndex,
int limit,
java.awt.font.FontRenderContext frc)
Enabled: Returns a LineMetrics object created with the
specified arguments. |
java.awt.font.LineMetrics |
getLineMetrics(String str,
java.awt.font.FontRenderContext frc)
Enabled: Returns a LineMetrics object created with the specified
String and FontRenderContext . |
java.awt.font.LineMetrics |
getLineMetrics(String str,
int beginIndex,
int limit,
java.awt.font.FontRenderContext frc)
Enabled: Returns a LineMetrics object created with the
specified arguments. |
private double[] |
getMatrix()
|
java.awt.geom.Rectangle2D |
getMaxCharBounds(java.awt.font.FontRenderContext frc)
Enabled: Returns the bounds for the character with the maximum bounds as defined in the specified FontRenderContext . |
int |
getMissingGlyphCode()
Enabled: Returns the glyphCode which is used when this Font
does not have a glyph for a specified unicode. |
String |
getName()
Enabled: Returns the logical name of this Font . |
int |
getNumGlyphs()
Enabled: Returns the number of glyphs in this Font . |
(package private) java.awt.peer.FontPeer |
getPeer_NoClientCode()
|
java.awt.peer.FontPeer |
getPeer()
Deprecated. Font rendering is now platform independent. |
String |
getPSName()
Enabled: Returns the postscript name of this Font . |
int |
getSize()
Enabled: Returns the point size of this Font , rounded to
an integer. |
float |
getSize2D()
Enabled: Returns the point size of this Font in
float value. |
java.awt.geom.Rectangle2D |
getStringBounds(char[] chars,
int beginIndex,
int limit,
java.awt.font.FontRenderContext frc)
Enabled: Returns the logical bounds of the specified array of characters in the specified FontRenderContext . |
java.awt.geom.Rectangle2D |
getStringBounds(java.text.CharacterIterator ci,
int beginIndex,
int limit,
java.awt.font.FontRenderContext frc)
Enabled: Returns the logical bounds of the characters indexed in the specified CharacterIterator in the
specified FontRenderContext . |
java.awt.geom.Rectangle2D |
getStringBounds(String str,
java.awt.font.FontRenderContext frc)
Enabled: Returns the logical bounds of the specified String in
the specified FontRenderContext . |
java.awt.geom.Rectangle2D |
getStringBounds(String str,
int beginIndex,
int limit,
java.awt.font.FontRenderContext frc)
Enabled: Returns the logical bounds of the specified String in
the specified FontRenderContext . |
int |
getStyle()
Enabled: Returns the style of this Font . |
java.awt.geom.AffineTransform |
getTransform()
Enabled: Returns a copy of the transform associated with this Font . |
int |
hashCode()
Suppressed: Returns a hashcode for this Font . |
boolean |
hasUniformLineMetrics()
Enabled: Checks whether or not this Font has uniform
line metrics. |
private void |
initFromMap(Map attributes)
|
private void |
initializeFont(Hashtable attributes)
|
private static void |
initIDs()
|
boolean |
isBold()
Enabled: Indicates whether or not this Font object's style is
BOLD. |
boolean |
isItalic()
Enabled: Indicates whether or not this Font object's style is
ITALIC. |
boolean |
isPlain()
Enabled: Indicates whether or not this Font object's style is
PLAIN. |
boolean |
isTransformed()
Enabled: Indicates whether or not this Font object has a
transform that affects its size in addition to the Size
attribute. |
java.awt.font.GlyphVector |
layoutGlyphVector(java.awt.font.FontRenderContext frc,
char[] text,
int start,
int limit,
int flags)
Suppressed: Returns a new GlyphVector object, performing full
layout of the text if possible. |
private void |
pDispose()
|
private void |
readObject(ObjectInputStream s)
Reads the ObjectInputStream . |
String |
toString()
Suppressed: Converts this Font object to a String
representation. |
private void |
writeObject(ObjectOutputStream s)
Writes default serializable fields to a stream. |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private Hashtable fRequestedAttributes
getAttributes()
private static final Map EMPTY_MAP
private static final java.awt.font.TransformAttribute IDENT_TX_ATTRIBUTE
public static final int PLAIN
public static final int BOLD
public static final int ITALIC
public static final int ROMAN_BASELINE
public static final int CENTER_BASELINE
public static final int HANGING_BASELINE
public static final int TRUETYPE_FONT
protected String name
Font
, as passed to the
constructor.
getName()
protected int style
Font
, as passed to the constructor.
This style can be PLAIN, BOLD, ITALIC, or BOLD+ITALIC.
getStyle()
protected int size
Font
, rounded to integer.
getSize()
protected float pointSize
Font
in float
.
getSize()
,
getSize2D()
private transient java.awt.peer.FontPeer peer
private transient long pData
private transient long pNativeFont
private transient boolean createdFont
private transient int numGlyphs
private transient int missingGlyph
private transient int canRotate
private transient double[] matrix
private transient boolean nonIdentityTx
private static final long serialVersionUID
private static java.lang.ref.SoftReference cacheRef
private int fontSerializedDataVersion
Font
Serializable Data Form.
private static double[] cachedMat
public static final int LAYOUT_LEFT_TO_RIGHT
public static final int LAYOUT_RIGHT_TO_LEFT
public static final int LAYOUT_NO_START_CONTEXT
public static final int LAYOUT_NO_LIMIT_CONTEXT
Constructor Detail |
public Font(String name, int style, int size)
Font
from the specified name, style and
point size.
name
- the font name. This can be a logical font name or a
font face name. A logical name must be either: Dialog, DialogInput,
Monospaced, Serif, or SansSerif. If name
is
null
, the name
of the new
Font
is set to the name "Default".style
- the style constant for the Font
The style argument is an integer bitmask that may
be PLAIN, or a bitwise union of BOLD and/or ITALIC
(for example, ITALIC or BOLD|ITALIC).
If the style argument does not conform to one of the expected
integer bitmasks then the style is set to PLAIN.size
- the point size of the Font
GraphicsEnvironment.getAllFonts()
,
GraphicsEnvironment.getAvailableFontFamilyNames()
private Font(String name, int style, int size, boolean created)
private Font(String name, int style, float sizePts, boolean created)
public Font(Map attributes)
Font
with the specified attributes.
This Font
only recognizes keys defined in
TextAttribute
as attributes. If attributes
is null
, a new Font
is initialized
with default attributes.
attributes
- the attributes to assign to the new
Font
, or null
private Font(Map attributes, boolean created)
Method Detail |
public java.awt.peer.FontPeer getPeer()
Font
.
Font
.final java.awt.peer.FontPeer getPeer_NoClientCode()
private void initializeFont(Hashtable attributes)
private void initFromMap(Map attributes)
public static Font getFont(Map attributes)
Font
appropriate to this attribute set.
attributes
- the attributes to assign to the new
Font
Font
created with the specified
attributesjava.awt.font.TextAttribute
private static Font get(java.awt.Font.Key key)
public static Font createFont(int fontFormat, InputStream fontStream) throws FontFormatException, IOException
Font
with the specified font type
and input data. The new Font
is
created with a point size of 1 and style PLAIN
.
This base font can then be used with the deriveFont
methods in this class to derive new Font
objects with
varying sizes, styles, transforms and font features. This
method does not close the InputStream
.
fontFormat
- the type of the Font
, which is
TRUETYPE_FONT
if a TrueType is desired. Other
types might be provided in the future.fontStream
- an InputStream
object representing the
input data for the font.
Font
created with the specified font type.
IllegalArgumentException
- if fontType
is not
TRUETYPE_FONT
FontFormatException
- if the fontStream
data does
not contain the required Truetype font tables.
IOException
- if the fontStream
cannot be completely read.public java.awt.geom.AffineTransform getTransform()
Font
.
AffineTransform
object representing the
transform attribute of this Font
object.public String getFamily()
Font
.
The family name of a font is font specific. Two fonts such as
Helvetica Italic and Helvetica Bold have the same family name,
Helvetica, whereas their font face names are
Helvetica Bold and Helvetica Italic. The list of
available family names may be obtained by using the
GraphicsEnvironment.getAvailableFontFamilyNames()
method.
Use getName
to get the logical name of the font.
Use getFontName
to get the font face name of the font.
String
that is the family name of this
Font
.getName()
,
getFontName()
final String getFamily_NoClientCode()
public String getFamily(Locale l)
Font
, localized for
the specified locale.
The family name of a font is font specific. Two fonts such as
Helvetica Italic and Helvetica Bold have the same family name,
Helvetica, whereas their font face names are
Helvetica Bold and Helvetica Italic. The list of
available family names may be obtained by using the
GraphicsEnvironment.getAvailableFontFamilyNames()
method.
Use getFontName
to get the font face name of the font.
l
- locale for which to get the family name
String
representing the family name of the
font, localized for the specified locale.getFontName()
,
java.util.Locale
public String getPSName()
Font
.
Use getFamily
to get the family name of the font.
Use getFontName
to get the font face name of the font.
String
representing the postscript name of
this Font
.public String getName()
Font
.
Use getFamily
to get the family name of the font.
Use getFontName
to get the font face name of the font.
String
representing the logical name of
this Font
.getFamily()
,
getFontName()
public String getFontName()
Font
. For example,
Helvetica Bold could be returned as a font face name.
Use getFamily
to get the family name of the font.
Use getName
to get the logical name of the font.
String
representing the font face name of
this Font
.getFamily()
,
getName()
public String getFontName(Locale l)
Font
, localized
for the specified locale. For example, Helvetica Fett could be
returned as the font face name.
Use getFamily
to get the family name of the font.
l
- a locale for which to get the font face name
String
representing the font face name,
localized for the specified locale.getFamily()
,
java.util.Locale
public int getStyle()
Font
. The style can be
PLAIN, BOLD, ITALIC, or BOLD+ITALIC.
Font
isPlain()
,
isBold()
,
isItalic()
public int getSize()
Font
, rounded to
an integer.
Most users are familiar with the idea of using point size to
specify the size of glyphs in a font. This point size defines a
measurement between the baseline of one line to the baseline of the
following line in a single spaced text document. The point size is
based on typographic points, approximately 1/72 of an inch.
The Java(tm)2D API adopts the convention that one point is equivalent to one unit in user coordinates. When using a normalized transform for converting user space coordinates to device space coordinates 72 user space units equal 1 inch in device space. In this case one point is 1/72 of an inch.
Font
in 1/72 of an
inch units.getSize2D()
,
GraphicsConfiguration.getDefaultTransform()
,
GraphicsConfiguration.getNormalizingTransform()
public float getSize2D()
Font
in
float
value.
Font
as a
float
value.getSize()
public boolean isPlain()
Font
object's style is
PLAIN.
true
if this Font
has a
PLAIN sytle;
false
otherwise.java.awt.Font#getStyle
public boolean isBold()
Font
object's style is
BOLD.
true
if this Font
object's
style is BOLD;
false
otherwise.java.awt.Font#getStyle
public boolean isItalic()
Font
object's style is
ITALIC.
true
if this Font
object's
style is ITALIC;
false
otherwise.java.awt.Font#getStyle
public boolean isTransformed()
Font
object has a
transform that affects its size in addition to the Size
attribute.
true
if this Font
object
has a non-identity AffineTransform attribute.
false
otherwise.java.awt.Font#getTransform
public static Font getFont(String nm)
Font
object from the system properties list.
nm
- the property name
Font
object that the property name
describes.public static Font decode(String str)
Font
that the str
argument describes.
To ensure that this method returns the desired Font,
format the str
parameter in
one of two ways:
"fontfamilyname-style-pointsize" or
"fontfamilyname style pointsize"
in which style is one of the three
case-insensitive strings:
"BOLD"
, "BOLDITALIC"
, or
"ITALIC"
, and pointsize is a decimal
representation of the point size.
For example, if you want a font that is Arial, bold, and
a point size of 18, you would call this method with:
"Arial-BOLD-18".
The default size is 12 and the default style is PLAIN.
If you don't specify a valid size, the returned
Font
has a size of 12. If you don't specify
a valid style, the returned Font has a style of PLAIN.
If you do not provide a valid font family name in
the str
argument, this method still returns
a valid font with a family name of "dialog".
To determine what font family names are available on
your system, use the
GraphicsEnvironment.getAvailableFontFamilyNames()
method.
If str
is null
, a new Font
is returned with the family name "dialog", a size of 12 and a
PLAIN style.
If str
is null
,
a new Font
is returned with the name "dialog", a
size of 12 and a PLAIN style.
str
- the name of the font, or null
Font
object that str
describes, or a new default Font
if
str
is null
.getFamily()
public static Font getFont(String nm, Font font)
Font
from the system properties
list. As in the getProperty
method of
System
, the first
argument is treated as the name of a system property to be
obtained. The String
value of this property is then
interpreted as a Font
object.
The property value should be one of the following forms:
"BOLD"
, "BOLDITALIC"
, or
"ITALIC"
, and point size is a decimal
representation of the point size.
The default style is PLAIN
. The default point size
is 12.
If the specified property is not found, the font
argument is returned instead.
nm
- the case-insensitive property namefont
- a default Font
to return if property
nm
is not defined
Font
value of the property.decode(String)
public int hashCode()
Font
.
hashCode
in class Object
Font
.java.lang.Object#equals(java.lang.Object)
,
java.util.Hashtable
public boolean equals(Object obj)
Font
object to the specified
Object
.
equals
in class Object
obj
- the Object
to compare
true
if the objects are the same
or if the argument is a Font
object
describing the same font as this object;
false
otherwise.Object.hashCode()
,
java.util.Hashtable
public String toString()
Font
object to a String
representation.
toString
in class Object
String
representation of this
Font
object.private void writeObject(ObjectOutputStream s) throws ClassNotFoundException, IOException
s
- the ObjectOutputStream
to write
ClassNotFoundException
IOException
AWTEventMulticaster.save(ObjectOutputStream, String, EventListener)
,
readObject(java.io.ObjectInputStream)
private void readObject(ObjectInputStream s) throws ClassNotFoundException, IOException
ObjectInputStream
.
Unrecognized keys or values will be ignored.
s
- the ObjectInputStream
to read
ClassNotFoundException
IOException
writeObject(java.io.ObjectOutputStream)
public int getNumGlyphs()
Font
. Glyph codes
for this Font
range from 0 to
getNumGlyphs()
- 1.
Font
.public int getMissingGlyphCode()
Font
does not have a glyph for a specified unicode.
Font
.private double[] getMatrix()
public byte getBaselineFor(char c)
Large fonts can support different writing systems, and each system can use a different baseline. The character argument determines the writing system to use. Clients should not assume all characters use the same baseline.
c
- a character used to identify the writing system
LineMetrics.getBaselineOffsets()
,
ROMAN_BASELINE
,
CENTER_BASELINE
,
HANGING_BASELINE
public Map getAttributes()
Font
. Attributes include things like ligatures and
glyph substitution.
Font
.public java.text.AttributedCharacterIterator.Attribute[] getAvailableAttributes()
Font
. These attributes can be used to derive other
fonts.
Font
.public Font deriveFont(int style, float size)
Font
object by replicating this
Font
object and applying a new style and size.
style
- the style for the new Font
size
- the size for the new Font
Font
object.public Font deriveFont(int style, java.awt.geom.AffineTransform trans)
Font
object by replicating this
Font
object and applying a new style and transform.
style
- the style for the new Font
trans
- the AffineTransform
associated with the
new Font
Font
object.
IllegalArgumentException
- if trans
is
null
public Font deriveFont(float size)
Font
object by replicating the current
Font
object and applying a new size to it.
size
- the size for the new Font
.
Font
object.public Font deriveFont(java.awt.geom.AffineTransform trans)
Font
object by replicating the current
Font
object and applying a new transform to it.
trans
- the AffineTransform
associated with the
new Font
Font
object.
IllegalArgumentException
- if trans
is
null
public Font deriveFont(int style)
Font
object by replicating the current
Font
object and applying a new style to it.
style
- the style for the new Font
Font
object.public Font deriveFont(Map attributes)
Font
object by replicating the current
Font
object and applying a new set of font attributes
to it.
attributes
- a map of attributes enabled for the new
Font
Font
object.public boolean canDisplay(char c)
Font
has a glyph for the specified
character.
c
- a unicode character code
true
if this Font
can display the
character; false
otherwise.public int canDisplayUpTo(String str)
Font
can display a
specified String
. For strings with Unicode encoding,
it is important to know if a particular font can display the
string. This method returns an offset into the String
str
which is the first character this
Font
cannot display without using the missing glyph
code. If the Font
can display all characters, -1 is
returned.
str
- a String
object
str
that points
to the first character in str
that this
Font
cannot display; or -1
if
this Font
can display all characters in
str
.public int canDisplayUpTo(char[] text, int start, int limit)
Font
can display
the characters in the specified text
starting at start
and ending at
limit
. This method is a convenience overload.
text
- the specified array of charactersstart
- the specified starting offset into the specified array
of characterslimit
- the specified ending offset into the specified
array of characters
text
that points
to the first character in text
that this
Font
cannot display; or -1
if
this Font
can display all characters in
text
.public int canDisplayUpTo(java.text.CharacterIterator iter, int start, int limit)
Font
can display
the specified String
. For strings with Unicode
encoding, it is important to know if a particular font can display
the string. This method returns an offset
into the String
str
which is the first
character this Font
cannot display without using the
missing glyph code . If this Font
can display all
characters, -1
is returned.
iter
- a CharacterIterator
objectstart
- the specified starting offset into the specified array
of characterslimit
- the specified ending offset into the specified
array of characters
String
object that can be
displayed by this Font
.public float getItalicAngle()
Font
. The italic angle
is the inverse slope of the caret which best matches the posture of this
Font
.
Font
.TextAttribute.POSTURE
public boolean hasUniformLineMetrics()
Font
has uniform
line metrics. A logical Font
might be a
composite font, which means that it is composed of different
physical fonts to cover different code ranges. Each of these
fonts might have different LineMetrics
. If the
logical Font
is a single
font then the metrics would be uniform.
true
if this Font
has
uniform line metrics; false
otherwise.private java.awt.Font.FontLineMetrics defaultLineMetrics(java.awt.font.FontRenderContext frc)
public java.awt.font.LineMetrics getLineMetrics(String str, java.awt.font.FontRenderContext frc)
LineMetrics
object created with the specified
String
and FontRenderContext
.
str
- the specified String
frc
- the specified FontRenderContext
LineMetrics
object created with the
specified String
and FontRenderContext
.public java.awt.font.LineMetrics getLineMetrics(String str, int beginIndex, int limit, java.awt.font.FontRenderContext frc)
LineMetrics
object created with the
specified arguments.
str
- the specified String
beginIndex
- the initial offset of str
limit
- the end offset of str
frc
- the specified FontRenderContext
LineMetrics
object created with the
specified arguments.public java.awt.font.LineMetrics getLineMetrics(char[] chars, int beginIndex, int limit, java.awt.font.FontRenderContext frc)
LineMetrics
object created with the
specified arguments.
chars
- an array of charactersbeginIndex
- the initial offset of chars
limit
- the end offset of chars
frc
- the specified FontRenderContext
LineMetrics
object created with the
specified arguments.public java.awt.font.LineMetrics getLineMetrics(java.text.CharacterIterator ci, int beginIndex, int limit, java.awt.font.FontRenderContext frc)
LineMetrics
object created with the
specified arguments.
ci
- the specified CharacterIterator
beginIndex
- the initial offset in ci
limit
- the end offset of ci
frc
- the specified FontRenderContext
LineMetrics
object created with the
specified arguments.public java.awt.geom.Rectangle2D getStringBounds(String str, java.awt.font.FontRenderContext frc)
String
in
the specified FontRenderContext
. The logical bounds
contains the origin, ascent, advance, and height, which includes
the leading. The logical bounds does not always enclose all the
text. For example, in some languages and in some fonts, accent
marks can be positioned above the ascent or below the descent.
To obtain a visual bounding box, which encloses all the text,
use the getBounds
method of
TextLayout
.
str
- the specified String
frc
- the specified FontRenderContext
Rectangle2D
that is the bounding box of the
specified String
in the specified
FontRenderContext
.FontRenderContext
,
createGlyphVector(java.awt.font.FontRenderContext, java.lang.String)
public java.awt.geom.Rectangle2D getStringBounds(String str, int beginIndex, int limit, java.awt.font.FontRenderContext frc)
String
in
the specified FontRenderContext
. The logical bounds
contains the origin, ascent, advance, and height, which includes
the leading. The logical bounds does not always enclose all the
text. For example, in some languages and in some fonts, accent
marks can be positioned above the ascent or below the descent.
To obtain a visual bounding box, which encloses all the text,
use the getBounds
method of
TextLayout
.
str
- the specified String
beginIndex
- the initial offset of str
limit
- the end offset of str
frc
- the specified FontRenderContext
Rectangle2D
that is the bounding box of the
specified String
in the specified
FontRenderContext
.
IndexOutOfBoundsException
- if beginIndex
is
less than zero, or limit
is greater than the
length of str
, or beginIndex
is greater than limit
.FontRenderContext
,
createGlyphVector(java.awt.font.FontRenderContext, java.lang.String)
public java.awt.geom.Rectangle2D getStringBounds(char[] chars, int beginIndex, int limit, java.awt.font.FontRenderContext frc)
FontRenderContext
. The logical
bounds contains the origin, ascent, advance, and height, which
includes the leading. The logical bounds does not always enclose
all the text. For example, in some languages and in some fonts,
accent marks can be positioned above the ascent or below the
descent. To obtain a visual bounding box, which encloses all the
text, use the getBounds
method of
TextLayout
.
chars
- an array of charactersbeginIndex
- the initial offset in the array of
characterslimit
- the end offset in the array of charactersfrc
- the specified FontRenderContext
Rectangle2D
that is the bounding box of the
specified array of characters in the specified
FontRenderContext
.
IndexOutOfBoundsException
- if beginIndex
is
less than zero, or limit
is greater than the
length of chars
, or beginIndex
is greater than limit
.FontRenderContext
,
createGlyphVector(java.awt.font.FontRenderContext, java.lang.String)
public java.awt.geom.Rectangle2D getStringBounds(java.text.CharacterIterator ci, int beginIndex, int limit, java.awt.font.FontRenderContext frc)
CharacterIterator
in the
specified FontRenderContext
. The logical bounds
contains the origin, ascent, advance, and height, which includes
the leading. The logical bounds does not always enclose all the
text. For example, in some languages and in some fonts, accent
marks can be positioned above the ascent or below the descent.
To obtain a visual bounding box, which encloses all the text,
use the getBounds
method of
TextLayout
.
ci
- the specified CharacterIterator
beginIndex
- the initial offset in ci
limit
- the end offset in ci
frc
- the specified FontRenderContext
Rectangle2D
that is the bounding box of the
characters indexed in the specified CharacterIterator
in the specified FontRenderContext
.
IndexOutOfBoundsException
- if beginIndex
is
less than the start index of ci
, or
limit
is greater than the end index of
ci
, or beginIndex
is greater
than limit
FontRenderContext
,
createGlyphVector(java.awt.font.FontRenderContext, java.lang.String)
public java.awt.geom.Rectangle2D getMaxCharBounds(java.awt.font.FontRenderContext frc)
FontRenderContext
.
frc
- the specified FontRenderContext
Rectangle2D
that is the bounding box
for the character with the maximum bounds.public java.awt.font.GlyphVector createGlyphVector(java.awt.font.FontRenderContext frc, String str)
GlyphVector
by
mapping characters to glyphs one-to-one based on the
Unicode cmap in this Font
. This method does no other
processing besides the mapping of glyphs to characters. This
means that this method is not useful for some scripts, such
as Arabic, Hebrew, Thai, and Indic, that require reordering,
shaping, or ligature substitution.
frc
- the specified FontRenderContext
str
- the specified String
GlyphVector
created with the
specified String
and the specified
FontRenderContext
.public java.awt.font.GlyphVector createGlyphVector(java.awt.font.FontRenderContext frc, char[] chars)
GlyphVector
by
mapping characters to glyphs one-to-one based on the
Unicode cmap in this Font
. This method does no other
processing besides the mapping of glyphs to characters. This
means that this method is not useful for some scripts, such
as Arabic, Hebrew, Thai, and Indic, that require reordering,
shaping, or ligature substitution.
frc
- the specified FontRenderContext
chars
- the specified array of characters
GlyphVector
created with the
specified array of characters and the specified
FontRenderContext
.public java.awt.font.GlyphVector createGlyphVector(java.awt.font.FontRenderContext frc, java.text.CharacterIterator ci)
GlyphVector
by
mapping the specified characters to glyphs one-to-one based on the
Unicode cmap in this Font
. This method does no other
processing besides the mapping of glyphs to characters. This
means that this method is not useful for some scripts, such
as Arabic, Hebrew, Thai, and Indic, that require reordering,
shaping, or ligature substitution.
frc
- the specified FontRenderContext
ci
- the specified CharacterIterator
GlyphVector
created with the
specified CharacterIterator
and the specified
FontRenderContext
.public java.awt.font.GlyphVector createGlyphVector(java.awt.font.FontRenderContext frc, int[] glyphCodes)
GlyphVector
by
mapping characters to glyphs one-to-one based on the
Unicode cmap in this Font
. This method does no other
processing besides the mapping of glyphs to characters. This
means that this method is not useful for some scripts, such
as Arabic, Hebrew, Thai, and Indic, that require reordering,
shaping, or ligature substitution.
frc
- the specified FontRenderContext
glyphCodes
- the specified integer array
GlyphVector
created with the
specified integer array and the specified
FontRenderContext
.public java.awt.font.GlyphVector layoutGlyphVector(java.awt.font.FontRenderContext frc, char[] text, int start, int limit, int flags)
GlyphVector
object, performing full
layout of the text if possible. Full layout is required for
complex text, such as Arabic or Hindi. Support for different
scripts depends on the font and implementation.
Bidi, and should only be performed on text that has a uniform direction. The direction is indicated in the flags parameter,by using LAYOUT_RIGHT_TO_LEFT to indicate a right-to-left (Arabic and Hebrew) run direction, or LAYOUT_LEFT_TO_RIGHT to indicate a left-to-right (English) run direction.
In addition, some operations, such as Arabic shaping, require context, so that the characters at the start and limit can have the proper shapes. Sometimes the data in the buffer outside the provided range does not have valid data. The values LAYOUT_NO_START_CONTEXT and LAYOUT_NO_LIMIT_CONTEXT can be added to the flags parameter to indicate that the text before start, or after limit, respectively, should not be examined for context.
All other values for the flags parameter are reserved.
frc
- the specified FontRenderContext
text
- the text to layoutstart
- the start of the text to use for the GlyphVector
limit
- the limit of the text to use for the GlyphVector
flags
- control flags as described above
GlyphVector
representing the text between
start and limit, with glyphs chosen and positioned so as to best represent
the text
ArrayIndexOutOfBoundsException
- if start or limit is
out of boundsjava.text.Bidi
,
LAYOUT_LEFT_TO_RIGHT
,
LAYOUT_RIGHT_TO_LEFT
,
LAYOUT_NO_START_CONTEXT
,
LAYOUT_NO_LIMIT_CONTEXT
private static void applyTransform(java.awt.geom.AffineTransform trans, Map attributes)
private static void applyStyle(int style, Map attributes)
private static void applySize(float size, Map attributes)
private static void initIDs()
private void pDispose()
protected void finalize() throws Throwable
Font
object.
finalize
in class Object
Throwable
- the Exception
raised by this method
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |