|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.pdftools.NativeLibrary com.pdftools.expa.ExpaInitialize com.pdftools.expa.Font
public class Font
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.pdftools.expa.ExpaInitialize |
---|
ExpaInitialize.CONTENTOBJECT, ExpaInitialize.ORIENTATION, ExpaInitialize.Rectangle, ExpaInitialize.TransformMatrix |
Nested classes/interfaces inherited from class com.pdftools.NativeLibrary |
---|
NativeLibrary.COLORCONVERSION, NativeLibrary.COLORSPACE, NativeLibrary.COMPRESSION, NativeLibrary.DITHERINGMODE, NativeLibrary.ERRORCODE, NativeLibrary.FONTTYPE, NativeLibrary.PERMISSION, NativeLibrary.RENDEREROPTION, NativeLibrary.RENDERINGMODE, NativeLibrary.ROTATEMODE, NativeLibrary.STRIPTYPE |
Field Summary |
---|
Fields inherited from class com.pdftools.NativeLibrary |
---|
VERSION |
Constructor Summary | |
---|---|
Font()
|
Method Summary | |
---|---|
float |
getAscent()
get the Ascent value |
float |
getAvgWidth()
get the average with of the glyphs in the font. |
java.lang.String |
getBaseName()
get the Basename of the font. |
float[] |
getBBox()
get the bounding box as array of four floats. |
float |
getCapHeight()
get the height of the top of flat capital letters. |
java.lang.String |
getCharSet()
get the list of character names defined in a font subset. |
float |
getDescent()
get the Descent value. |
java.lang.String |
getEncoding(int charIndex)
get the glyph name of each character |
int |
getFlags()
get the flags of the font. |
byte[] |
getFontFile()
get a stream that contains a Type1 font program. |
int |
getFontFileType()
get the type of the font. |
float |
getItalicAngle()
get the counterclockwise angle of the dominant vertical strokes of the font. |
float |
getLeading()
get the desired spacing between baselines of consecutive lines of text. |
float |
getMaxWidth()
get the maximum with of the glyphs in the font. |
float |
getMissingWidth()
get the value for the missing width. |
float |
getStemH()
get the vertical thickness of the dominant horizontal stems of the glyphs in the font. |
float |
getStemV()
get the horizontal thickness of the dominant vertical stems of the glyphs in the font. |
java.lang.String |
getType()
get the type of the font. |
float[] |
getWidths()
get the character widths of the font. |
float |
getXHeight()
get the maximum height of flat non-ascending lowercase letters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Font()
Method Detail |
---|
public java.lang.String getType()
public java.lang.String getBaseName()
public float[] getWidths()
public java.lang.String getEncoding(int charIndex)
public int getFlags()
public float[] getBBox()
public float getItalicAngle()
public float getAscent()
public float getDescent()
public float getCapHeight()
public float getStemV()
public float getStemH()
public float getAvgWidth()
public float getMaxWidth()
public float getMissingWidth()
public java.lang.String getCharSet()
public int getFontFileType()
public byte[] getFontFile()
public float getLeading()
public float getXHeight()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |