public abstract class PDFSimpleFontValuesAccessor extends Object
| Constructor and Description |
|---|
PDFSimpleFontValuesAccessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract double |
getAscent()
The /Ascent of the /FontDescriptor.
|
abstract double |
getCapHeight()
The /CapHeight of the /FontDescriptor.
|
abstract double |
getDescent()
The /Descent of the /FontDescriptor.
|
abstract int |
getFlags()
The /Flag of the /FontDescriptor.
|
abstract Rect |
getFontBBox()
The /FontBBox of the /FontDescriptor.
|
abstract String |
getFontFamily()
The /FontFamily of the /FontDescriptor.
|
abstract CSS20Attribute.CSSStretchValue |
getFontStretch()
The /FontStretch of the /FontDescriptor.
|
abstract int |
getFontWeight()
The /FontWeight of the /FontDescriptor.
|
abstract String |
getGlyphName(int characterCode)
The name of a glyph.
|
abstract double |
getGlyphWidth(int characterCode)
The advance width of a glyph.
|
abstract double |
getItalicAngle()
The /ItalicAngle of the /FontDescriptor.
|
abstract double |
getLeading()
The /Leading of the /FontDescriptor.
|
abstract String |
getPostscriptName()
The Postscript name of the font.
|
abstract double |
getStemV()
The /StemV of the /FontDescriptor.
|
abstract double |
getXHeight()
The /XHeight of the /FontDescriptor
|
public abstract String getFontFamily() throws InvalidFontException, UnsupportedFontException
public abstract String getPostscriptName() throws InvalidFontException, UnsupportedFontException
public abstract Rect getFontBBox() throws InvalidFontException, UnsupportedFontException
public abstract int getFlags()
throws InvalidFontException,
UnsupportedFontException
public abstract double getCapHeight()
throws InvalidFontException,
UnsupportedFontException
public abstract double getXHeight()
throws InvalidFontException,
UnsupportedFontException
public abstract double getAscent()
throws InvalidFontException,
UnsupportedFontException
public abstract double getDescent()
throws InvalidFontException,
UnsupportedFontException
public abstract double getLeading()
throws InvalidFontException,
UnsupportedFontException
public abstract double getStemV()
throws InvalidFontException,
UnsupportedFontException
public abstract double getItalicAngle()
throws InvalidFontException,
UnsupportedFontException
public abstract CSS20Attribute.CSSStretchValue getFontStretch() throws InvalidFontException, UnsupportedFontException
public abstract int getFontWeight()
throws InvalidFontException,
UnsupportedFontException
public abstract String getGlyphName(int characterCode) throws InvalidFontException, UnsupportedFontException
public abstract double getGlyphWidth(int characterCode)
throws InvalidFontException,
UnsupportedFontException
Copyright © 2010 - 2020 Adobe. All Rights Reserved