public final class T1PFBReader extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
static T1PFBReader |
fileReader(String fileName,
long offset) |
Hashtable |
getCharWidthTable() |
long |
getEmbedStreamLength1() |
long |
getEmbedStreamLength2() |
long |
getEmbedStreamLength3() |
int |
getFontAscent() |
int |
getFontAvgWidth() |
String |
getFontBaseName() |
int[] |
getFontBBox() |
int |
getFontCapHeight() |
int |
getFontDescent() |
int |
getFontFlags() |
double |
getFontHeight() |
int |
getFontItalicAngle() |
int |
getFontMaxwidth() |
int |
getFontStyle() |
int[] |
getFontWidths(int firstChar,
int lastChar) |
String |
getGlyphNameForCharcode(int charcode) |
int |
getItalicAngle() |
byte[] |
getStreamforEmbedding(boolean b,
List listOfGlyphs) |
int |
getUnitsPerEm() |
boolean |
isFontEmbedOverrideRestriction() |
void |
setFontEmbedOverrideRestriction(boolean fontEmbedOverrideRestriction) |
public static T1PFBReader fileReader(String fileName, long offset) throws IOException, PDFException, XFEException
IOExceptionPDFExceptionXFEExceptionpublic int getFontStyle()
public String getFontBaseName()
public int getFontAscent()
public int getFontDescent()
public int getFontAvgWidth()
public int getFontCapHeight()
public int getFontFlags()
public int[] getFontBBox()
public int getFontItalicAngle()
public int getFontMaxwidth()
public byte[] getStreamforEmbedding(boolean b,
List listOfGlyphs)
throws IOException,
XFEException
IOExceptionXFEExceptionpublic long getEmbedStreamLength2()
public long getEmbedStreamLength3()
public long getEmbedStreamLength1()
public int[] getFontWidths(int firstChar,
int lastChar)
public void dispose()
throws IOException
IOExceptionpublic String getGlyphNameForCharcode(int charcode) throws IOException, XFEException
IOExceptionXFEExceptionpublic Hashtable getCharWidthTable()
public int getItalicAngle()
public double getFontHeight()
public int getUnitsPerEm()
public void setFontEmbedOverrideRestriction(boolean fontEmbedOverrideRestriction)
public boolean isFontEmbedOverrideRestriction()