gestalt.extension.font
Class TTXFontProducer

java.lang.Object
  extended by gestalt.extension.font.TTXFontProducer

public class TTXFontProducer
extends java.lang.Object


Constructor Summary
TTXFontProducer(java.io.InputStream theTTXFilename, java.io.InputStream theTTFFilename, int theQuality)
           
 
Method Summary
 void antialias(boolean theAntialias)
           
 ByteBitmap getBitmap(java.lang.String theText)
           
 void setLeading(float theLeading)
           
 void setQuality(int theQuality)
           
 void setScaleFactor(float theScale)
           
 void setSize(float theSize)
           
 void setSmoothFactor(int theSmooth)
           
 void setTabList(float[] theTabList)
           
 void setTracking(float theTracking)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TTXFontProducer

public TTXFontProducer(java.io.InputStream theTTXFilename,
                       java.io.InputStream theTTFFilename,
                       int theQuality)
Method Detail

setTracking

public void setTracking(float theTracking)

setSmoothFactor

public void setSmoothFactor(int theSmooth)

setScaleFactor

public void setScaleFactor(float theScale)

setQuality

public void setQuality(int theQuality)

setSize

public void setSize(float theSize)

setTabList

public void setTabList(float[] theTabList)

setLeading

public void setLeading(float theLeading)

getBitmap

public ByteBitmap getBitmap(java.lang.String theText)

antialias

public void antialias(boolean theAntialias)


processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009