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 voidaddData(String line)doublegetAscender()double[]getBbox()doublegetCapHeight()intgetCharacters()StringgetCharacterSet()doublegetDescender()StringgetEncodingScheme()intgetEscChar()StringgetFamilyName()StringgetFontName()StringgetFullName()intgetMappingScheme()intgetMetricsSets()StringgetNotice()StringgetVersion()double[]getVvector()intgetWeight()doublegetxHeight()booleanisBaseFont()booleanisFixedV()
-
-
-
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()
-
-