Uses of Class
org.minueto.image.MinuetoFont

Packages that use MinuetoFont
org.minueto.image The org.minueto.image package contains all the classes related to image creation, loading and manipulation. 
 

Uses of MinuetoFont in org.minueto.image
 

Methods in org.minueto.image with parameters of type MinuetoFont
 void MinuetoText.setUpText(java.lang.String text, MinuetoFont font, MinuetoColor color, boolean antiAliased)
          Builds the actual MinuetoText objects.
 

Constructors in org.minueto.image with parameters of type MinuetoFont
MinuetoText(java.lang.String text, MinuetoFont font, MinuetoColor color)
          Builds a MinuetoText image of a string of the specified color and font.
MinuetoText(java.lang.String text, MinuetoFont font, MinuetoColor color, boolean antiAliased)
          Builds a MinuetoText image of a string of the specified color and font.