Package de.intarsys.cwt.font.type1
Class Type1Font
java.lang.Object
de.intarsys.cwt.font.type1.Type1Font
This is the skeleton for a type 1 font implementation. Up to now, we only
need the font metrics (.afm) part.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Type1Font
createFromLocator
(de.intarsys.tools.locator.ILocator locator) de.intarsys.tools.locator.ILocator
protected void
protected void
protected void
boolean
protected void
setLocator
(de.intarsys.tools.locator.ILocator locator)
-
Constructor Details
-
Type1Font
public Type1Font() -
Type1Font
-
-
Method Details
-
createFromLocator
public static Type1Font createFromLocator(de.intarsys.tools.locator.ILocator locator) throws IOException - Throws:
IOException
-
getFontFamilyName
-
getFontMetrics
-
getFontName
-
getFontStyle
-
getLocator
public de.intarsys.tools.locator.ILocator getLocator() -
initializeAfm
- Throws:
IOException
-
initializeFromLocator
- Throws:
IOException
-
initializePfb
protected void initializePfb() -
isSymbolFont
public boolean isSymbolFont() -
setLocator
protected void setLocator(de.intarsys.tools.locator.ILocator locator)
-