public interface FontDescriptor extends FontMetrics
Modifier and Type | Method and Description |
---|---|
int |
getAscender()
Returns the ascender value of the font.
|
int |
getCapHeight()
Returns the capital height of the font.
|
int |
getDescender()
Returns the descender value of the font.
|
int |
getFlags()
Returns the flags for the font.
|
int[] |
getFontBBox()
Returns the font's bounding box.
|
int |
getItalicAngle()
Returns the italic angle for the font.
|
int |
getStemV()
Returns the vertical stem width for the font.
|
boolean |
isEmbeddable()
Indicates if this font may be embedded.
|
boolean |
isSubsetEmbedded()
Indicates whether this font is subset embedded.
|
boolean |
isSymbolicFont()
Indicates whether the font is a symbolic font.
|
getAscender, getBoundingBox, getCapHeight, getDescender, getEmbedFontName, getFamilyNames, getFontName, getFontType, getFontURI, getFullName, getKerningInfo, getMaxAscent, getStrikeoutPosition, getStrikeoutThickness, getUnderlinePosition, getUnderlineThickness, getWidth, getWidths, getXHeight, hasFeature, hasKerningInfo, isMultiByte
int getAscender()
int getCapHeight()
int getDescender()
int getFlags()
boolean isSymbolicFont()
int[] getFontBBox()
int getItalicAngle()
int getStemV()
boolean isEmbeddable()
boolean isSubsetEmbedded()
Copyright © 2025 Apache Software Foundation. All rights reserved.