public class PDFontDescriptor extends PDObject
| Constructor and Description |
|---|
PDFontDescriptor(COSObject obj) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canParseFontFile(ASAtom key) |
Double |
getAscent() |
Double |
getAvgWidth() |
Double |
getCapHeight() |
String |
getCharSet() |
Double |
getDescent() |
Long |
getFlags() |
double[] |
getFontBoundingBox() |
String |
getFontFamily() |
COSStream |
getFontFile() |
COSStream |
getFontFile2() |
COSStream |
getFontFile3() |
ASAtom |
getFontName() |
ASAtom |
getFontStretch() |
Double |
getFontWeight() |
Double |
getItalicAngle() |
Double |
getLeading() |
Double |
getMaxWidth() |
Double |
getMissingWidth() |
Double |
getStemH() |
Double |
getStemV() |
Double |
getXHeight() |
boolean |
isAllCap() |
boolean |
isFixedPitch() |
boolean |
isForceBold() |
boolean |
isItalic() |
boolean |
isNonsymbolic() |
boolean |
isScript() |
boolean |
isSerif() |
boolean |
isSmallCap() |
boolean |
isSymbolic() |
clear, empty, getBooleanKey, getIntegerKey, getKey, getNameKey, getObject, getRealKey, getStringKey, knownKey, removeKey, setBooleanKey, setIntegerKey, setKey, setNameKey, setObject, setObject, setStringKey, updateFromObject, updateToObjectpublic PDFontDescriptor(COSObject obj)
public Long getFlags()
public ASAtom getFontName()
public String getFontFamily()
public ASAtom getFontStretch()
public Double getFontWeight()
public boolean isFixedPitch()
public boolean isSerif()
public boolean isSymbolic()
public boolean isScript()
public boolean isNonsymbolic()
public boolean isItalic()
public boolean isAllCap()
public boolean isSmallCap()
public boolean isForceBold()
public double[] getFontBoundingBox()
public Double getItalicAngle()
public Double getAscent()
public Double getDescent()
public Double getLeading()
public Double getCapHeight()
public Double getXHeight()
public Double getStemV()
public Double getStemH()
public Double getAvgWidth()
public Double getMaxWidth()
public Double getMissingWidth()
public String getCharSet()
public COSStream getFontFile()
public COSStream getFontFile2()
public COSStream getFontFile3()
public boolean canParseFontFile(ASAtom key)
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.