de.intarsys.cwt.font.type1
public class Type1Font extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Type1Font |
createFromLocator(de.intarsys.tools.locator.ILocator locator) |
java.lang.String |
getFontFamilyName() |
AFM |
getFontMetrics() |
java.lang.String |
getFontName() |
FontStyle |
getFontStyle() |
de.intarsys.tools.locator.ILocator |
getLocator() |
protected void |
initializeAfm() |
protected void |
initializeFromLocator() |
protected void |
initializePfb() |
boolean |
isSymbolFont() |
protected void |
setLocator(de.intarsys.tools.locator.ILocator locator) |
public Type1Font()
public Type1Font(AFM afm)
public static Type1Font createFromLocator(de.intarsys.tools.locator.ILocator locator) throws java.io.IOException
java.io.IOException
public java.lang.String getFontFamilyName()
public AFM getFontMetrics()
public java.lang.String getFontName()
public FontStyle getFontStyle()
public de.intarsys.tools.locator.ILocator getLocator()
protected void initializeAfm() throws java.io.IOException
java.io.IOException
protected void initializeFromLocator() throws java.io.IOException
java.io.IOException
protected void initializePfb()
public boolean isSymbolFont()
protected void setLocator(de.intarsys.tools.locator.ILocator locator)