JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 24 & JDK 24
DRAFT 24-crac+20-25
java.desktop
java.awt.font
GlyphMetrics
Uses of Class
java.awt.font.GlyphMetrics
Packages that use
GlyphMetrics
Package
Description
java.awt.font
Provides classes and interface relating to fonts.
Uses of
GlyphMetrics
in
java.awt.font
Methods in
java.awt.font
that return
GlyphMetrics
Modifier and Type
Method
Description
abstract
GlyphMetrics
GlyphVector.
getGlyphMetrics
(int glyphIndex)
Returns the metrics of the glyph at the specified index into this
GlyphVector
.