de.intarsys.cwt.font.type1
Class Type1Font
java.lang.Object
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.
Type1Font
public Type1Font()
Type1Font
public Type1Font(AFM afm)
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()
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.