Class AfmHeader
java.lang.Object
org.pentaho.reporting.libraries.fonts.afm.AfmHeader
public class AfmHeader
extends java.lang.Object
Creation-Date: 21.07.2007, 20:20:07
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AfmHeader
public AfmHeader()
-
-
Method Details
-
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()
-