grails-app.services
Class FontImageService

Field Summary
 boolean transactional
           
 
Constructor Summary
FontImageService()
           
 
Method Summary
RenderedImage createImage(String text, String fontName, String style, int size, String color)
          
Map determineBounds(Font font, String text)
          
int getFontStyle(String style)
          
 

Constructor Detail

FontImageService

FontImageService()


Method Detail

createImage

public RenderedImage createImage(String text, String fontName, String style, int size, String color)


determineBounds

Map determineBounds(Font font, String text)


getFontStyle

int getFontStyle(String style)