intarsys CWT library

de.intarsys.cwt.font.type1
Class Type1Font

java.lang.Object
  extended by de.intarsys.cwt.font.type1.Type1Font

public class Type1Font
extends Object

This is the skeleton for a type 1 font implementation. Up to now, we only need the font metrics (.afm) part.


Constructor Summary
Type1Font()
           
Type1Font(AFM afm)
           
 
Method Summary
static Type1Font createFromLocator(de.intarsys.tools.locator.ILocator locator)
           
 String getFontFamilyName()
           
 AFM getFontMetrics()
           
 String getFontName()
           
 FontStyle getFontStyle()
           
 de.intarsys.tools.locator.ILocator getLocator()
           
 boolean isSymbolFont()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Type1Font

public Type1Font()

Type1Font

public Type1Font(AFM afm)
Method Detail

createFromLocator

public static Type1Font createFromLocator(de.intarsys.tools.locator.ILocator locator)
                                   throws IOException
Throws:
IOException

getFontFamilyName

public String getFontFamilyName()

getFontMetrics

public AFM getFontMetrics()

getFontName

public String getFontName()

getFontStyle

public FontStyle getFontStyle()

getLocator

public de.intarsys.tools.locator.ILocator getLocator()

isSymbolFont

public boolean isSymbolFont()

intarsys CWT library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.