Package com.hdcookbook.grin.fontstrip

This package and its subpackages contains the optional fontstrip extension.

See:
          Description

Class Summary
CharImageInfo Data holder for each character in FontStrip's image file.
FontDesignImage Represents intermediate font image file that the designer can possibly edit.
FontImageFileInfo  
FontImageMosaic Represents the final font image file used by GRIN at runtime.
FontStripExtensionCompiler Grin text parser for FontStrip extension feature.
FontStripImageGenerator A driver class for generating FontDesignImage and FontImageMosaic.
FontStripText A feature for drawing font strip text.
Main  
SEFontStripText  
 

Package com.hdcookbook.grin.fontstrip Description

This package and its subpackages contains the optional fontstrip extension. Projects that include this extension can use a "fontstrip" feature to display text. A fontstrip relies on images of letters that are pre-rendered into a .png file during the compilation process.

See the file READM.TXT in the font strip extension base directory for more details.