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.
  • Constructor Details

    • Type1Font

      public Type1Font()
    • Type1Font

      public Type1Font(AFM afm)
  • Method Details

    • 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()
    • initializeAfm

      protected void initializeAfm() throws IOException
      Throws:
      IOException
    • initializeFromLocator

      protected void initializeFromLocator() throws IOException
      Throws:
      IOException
    • initializePfb

      protected void initializePfb()
    • isSymbolFont

      public boolean isSymbolFont()
    • setLocator

      protected void setLocator(de.intarsys.tools.locator.ILocator locator)