|
|||||||||
| Home >> All >> org >> apache >> fop >> fonts >> [ type1 overview ] | PREV NEXT | ||||||||
B
- byteCmp(byte[], int, byte[]) - Static method in class org.apache.fop.fonts.type1.PFBParser
C
- CLEARTOMARK - Static variable in class org.apache.fop.fonts.type1.PFBParser
- CURRENTFILE_EEXEC - Static variable in class org.apache.fop.fonts.type1.PFBParser
- calcLengths(PFBData, byte[]) - Method in class org.apache.fop.fonts.type1.PFBParser
D
- dfAvgWidth - Variable in class org.apache.fop.fonts.type1.PFMFile
- dfCharSet - Variable in class org.apache.fop.fonts.type1.PFMFile
- dfFirstChar - Variable in class org.apache.fop.fonts.type1.PFMFile
- dfItalic - Variable in class org.apache.fop.fonts.type1.PFMFile
- dfLastChar - Variable in class org.apache.fop.fonts.type1.PFMFile
- dfMaxWidth - Variable in class org.apache.fop.fonts.type1.PFMFile
- dfMinWidth - Variable in class org.apache.fop.fonts.type1.PFMFile
- dfPitchAndFamily - Variable in class org.apache.fop.fonts.type1.PFMFile
- dfWeight - Variable in class org.apache.fop.fonts.type1.PFMFile
E
- encryptedSegment - Variable in class org.apache.fop.fonts.type1.PFBData
- etmCapHeight - Variable in class org.apache.fop.fonts.type1.PFMFile
- etmLowerCaseAscent - Variable in class org.apache.fop.fonts.type1.PFMFile
- etmLowerCaseDescent - Variable in class org.apache.fop.fonts.type1.PFMFile
- etmXHeight - Variable in class org.apache.fop.fonts.type1.PFMFile
- extentTable - Variable in class org.apache.fop.fonts.type1.PFMFile
G
- getCapHeight() - Method in class org.apache.fop.fonts.type1.PFMFile
- Returns the CapHeight parameter for the font (height of uppercase H).
- getCharSet() - Method in class org.apache.fop.fonts.type1.PFMFile
- Returns the charset used for the font.
- getCharSetName() - Method in class org.apache.fop.fonts.type1.PFMFile
- Returns the charset of the font as a string.
- getCharWidth(short) - Method in class org.apache.fop.fonts.type1.PFMFile
- Returns the width of a character
- getFirstChar() - Method in class org.apache.fop.fonts.type1.PFMFile
- Returns the number of the character that defines the first entry in the widths list.
- getFlags() - Method in class org.apache.fop.fonts.type1.PFMFile
- Returns the characteristics flags for the font as needed for a PDF font descriptor (See PDF specs).
- getFontBBox() - Method in class org.apache.fop.fonts.type1.PFMFile
- Returns the bounding box for the font.
- getIsProportional() - Method in class org.apache.fop.fonts.type1.PFMFile
- Tells whether the font has proportional character spacing.
- getItalicAngle() - Method in class org.apache.fop.fonts.type1.PFMFile
- Returns the italic angle of the font.
- getKerning() - Method in class org.apache.fop.fonts.type1.PFMFile
- Return the kerning table.
- getLastChar() - Method in class org.apache.fop.fonts.type1.PFMFile
- Returns the number of the character that defines the last entry in the widths list.
- getLength() - Method in class org.apache.fop.fonts.type1.PFBData
- Returns the full length of the raw font file.
- getLength1() - Method in class org.apache.fop.fonts.type1.PFBData
- Returns the Length1 (length of the header segment).
- getLength2() - Method in class org.apache.fop.fonts.type1.PFBData
- Returns the Length2 (length of the encrypted segment).
- getLength3() - Method in class org.apache.fop.fonts.type1.PFBData
- Returns the Length3 (length of the trailer segment).
- getLowerCaseAscent() - Method in class org.apache.fop.fonts.type1.PFMFile
- Returns the LowerCaseAscent parameter for the font (height of lowercase d).
- getLowerCaseDescent() - Method in class org.apache.fop.fonts.type1.PFMFile
- Returns the LowerCaseDescent parameter for the font (height of lowercase p).
- getPFBFormat() - Method in class org.apache.fop.fonts.type1.PFBData
- Returns the format the font was loaded with.
- getPostscriptName() - Method in class org.apache.fop.fonts.type1.PFMFile
- Returns the Postscript name of the font.
- getStemV() - Method in class org.apache.fop.fonts.type1.PFMFile
- Returns the width of the dominant vertical stems of the font.
- getWindowsName() - Method in class org.apache.fop.fonts.type1.PFMFile
- Returns the Windows name of the font.
- getXHeight() - Method in class org.apache.fop.fonts.type1.PFMFile
- Returns the XHeight parameter for the font (height of lowercase x).
H
- headerSegment - Variable in class org.apache.fop.fonts.type1.PFBData
I
- inStream - Variable in class org.apache.fop.fonts.type1.PFMInputStream
K
- kerningTab - Variable in class org.apache.fop.fonts.type1.PFMFile
L
- load(InputStream) - Method in class org.apache.fop.fonts.type1.PFMFile
- Parses a PFM file
- loadExtMetrics(PFMInputStream) - Method in class org.apache.fop.fonts.type1.PFMFile
- Parses the extended metrics part of the PFM file.
- loadExtension(PFMInputStream) - Method in class org.apache.fop.fonts.type1.PFMFile
- Parses the extension part of the PFM file.
- loadExtentTable(PFMInputStream) - Method in class org.apache.fop.fonts.type1.PFMFile
- Parses the extent table of the PFM file.
- loadHeader(PFMInputStream) - Method in class org.apache.fop.fonts.type1.PFMFile
- Parses the header of the PFM file.
- loadKernPairs(PFMInputStream) - Method in class org.apache.fop.fonts.type1.PFMFile
- Parses the kernPairs part of the pfm file
O
- org.apache.fop.fonts.type1 - package org.apache.fop.fonts.type1
- Classes for reading and handling fonts.
- outputAllParts(OutputStream) - Method in class org.apache.fop.fonts.type1.PFBData
- Writes the PFB file in raw format to an OutputStream.
P
- PFBData - class org.apache.fop.fonts.type1.PFBData.
- Class that represents the contents of a PFB file.
- PFBData() - Constructor for class org.apache.fop.fonts.type1.PFBData
- PFBParser - class org.apache.fop.fonts.type1.PFBParser.
- This class represents a parser for Adobe Type 1 PFB files.
- PFBParser() - Constructor for class org.apache.fop.fonts.type1.PFBParser
- PFB_MAC - Static variable in class org.apache.fop.fonts.type1.PFBData
- MAC Format (unsupported, yet)
- PFB_PC - Static variable in class org.apache.fop.fonts.type1.PFBData
- PC format
- PFB_RAW - Static variable in class org.apache.fop.fonts.type1.PFBData
- Raw format, no special file structure
- PFMFile - class org.apache.fop.fonts.type1.PFMFile.
- This class represents a PFM file (or parts of it) as a Java object.
- PFMFile() - Constructor for class org.apache.fop.fonts.type1.PFMFile
- PFMInputStream - class org.apache.fop.fonts.type1.PFMInputStream.
- This is a helper class for reading PFM files.
- PFMInputStream(InputStream) - Constructor for class org.apache.fop.fonts.type1.PFMInputStream
- Constructs a PFMInputStream based on an InputStream representing the PFM file.
- parsePCFormat(PFBData, DataInputStream) - Method in class org.apache.fop.fonts.type1.PFBParser
- parsePFB(URL) - Method in class org.apache.fop.fonts.type1.PFBParser
- Parses a PFB file into a PFBData object.
- parsePFB(File) - Method in class org.apache.fop.fonts.type1.PFBParser
- Parses a PFB file into a PFBData object.
- parsePFB(InputStream) - Method in class org.apache.fop.fonts.type1.PFBParser
- Parses a PFB file into a PFBData object.
- parseRAWFormat(PFBData, BufferedInputStream) - Method in class org.apache.fop.fonts.type1.PFBParser
- pfbFormat - Variable in class org.apache.fop.fonts.type1.PFBData
- postscriptName - Variable in class org.apache.fop.fonts.type1.PFMFile
R
- readByte() - Method in class org.apache.fop.fonts.type1.PFMInputStream
- Parses a one byte value out of the stream.
- readInt() - Method in class org.apache.fop.fonts.type1.PFMInputStream
- Parses a four byte value out of the stream.
- readShort() - Method in class org.apache.fop.fonts.type1.PFMInputStream
- Parses a two byte value out of the stream.
- readString() - Method in class org.apache.fop.fonts.type1.PFMInputStream
- Parses a zero-terminated string out of the stream.
S
- setEncryptedSegment(byte[]) - Method in class org.apache.fop.fonts.type1.PFBData
- Sets the encrypted segment of the font file.
- setHeaderSegment(byte[]) - Method in class org.apache.fop.fonts.type1.PFBData
- Sets the header segment of the font file.
- setPFBFormat(int) - Method in class org.apache.fop.fonts.type1.PFBData
- Sets the PFB format the font was loaded with.
- setTrailerSegment(byte[]) - Method in class org.apache.fop.fonts.type1.PFBData
- Sets the trailer segment of the font file.
- swapInteger(int) - Static method in class org.apache.fop.fonts.type1.PFBParser
T
- toString() - Method in class org.apache.fop.fonts.type1.PFBData
- trailerSegment - Variable in class org.apache.fop.fonts.type1.PFBData
W
- windowsName - Variable in class org.apache.fop.fonts.type1.PFMFile
B C D E G H I K L O P R S T W
|
|||||||||
| Home >> All >> org >> apache >> fop >> fonts >> [ type1 overview ] | PREV NEXT | ||||||||