Class AfmHeader
- java.lang.Object
-
- org.pentaho.reporting.libraries.fonts.afm.AfmHeader
-
public class AfmHeader extends java.lang.ObjectCreation-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(java.lang.String line)doublegetAscender()double[]getBbox()doublegetCapHeight()intgetCharacters()java.lang.StringgetCharacterSet()doublegetDescender()java.lang.StringgetEncodingScheme()intgetEscChar()java.lang.StringgetFamilyName()java.lang.StringgetFontName()java.lang.StringgetFullName()intgetMappingScheme()intgetMetricsSets()java.lang.StringgetNotice()java.lang.StringgetVersion()double[]getVvector()intgetWeight()doublegetxHeight()booleanisBaseFont()booleanisFixedV()
-
-
-
Method Detail
-
addData
public void addData(java.lang.String line) throws java.io.IOException- Throws:
java.io.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 java.lang.String getCharacterSet()
-
getEscChar
public int getEscChar()
-
getMappingScheme
public int getMappingScheme()
-
getEncodingScheme
public java.lang.String getEncodingScheme()
-
getNotice
public java.lang.String getNotice()
-
getVersion
public java.lang.String getVersion()
-
getBbox
public double[] getBbox()
-
getWeight
public int getWeight()
-
getFullName
public java.lang.String getFullName()
-
getFamilyName
public java.lang.String getFamilyName()
-
getMetricsSets
public int getMetricsSets()
-
getFontName
public java.lang.String getFontName()
-
-