Class AfmHeader
- java.lang.Object
-
- org.pentaho.reporting.libraries.fonts.afm.AfmHeader
-
public class AfmHeader extends Object
Creation-Date: 21.07.2007, 20:20:07- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description AfmHeader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addData(String line)
double
getAscender()
double[]
getBbox()
double
getCapHeight()
int
getCharacters()
String
getCharacterSet()
double
getDescender()
String
getEncodingScheme()
int
getEscChar()
String
getFamilyName()
String
getFontName()
String
getFullName()
int
getMappingScheme()
int
getMetricsSets()
String
getNotice()
String
getVersion()
double[]
getVvector()
int
getWeight()
double
getxHeight()
boolean
isBaseFont()
boolean
isFixedV()
-
-
-
Method Detail
-
addData
public void addData(String line) throws IOException
- Throws:
IOException
-
getDescender
public double getDescender()
-
getAscender
public double getAscender()
-
getxHeight
public double getxHeight()
-
getCapHeight
public double getCapHeight()
-
isFixedV
public boolean isFixedV()
-
getVvector
public double[] getVvector()
-
isBaseFont
public boolean isBaseFont()
-
getCharacters
public int getCharacters()
-
getCharacterSet
public String getCharacterSet()
-
getEscChar
public int getEscChar()
-
getMappingScheme
public int getMappingScheme()
-
getEncodingScheme
public String getEncodingScheme()
-
getNotice
public String getNotice()
-
getVersion
public String getVersion()
-
getBbox
public double[] getBbox()
-
getWeight
public int getWeight()
-
getFullName
public String getFullName()
-
getFamilyName
public String getFamilyName()
-
getMetricsSets
public int getMetricsSets()
-
getFontName
public String getFontName()
-
-