Uses of Class
crystalspace.jbind.impl.video.fontserv.csBitmapMetrics

Packages that use csBitmapMetrics
crystalspace.jbind.impl.video.fontserv   
crystalspace.jbind.interfaces.ivideo.fontserv   
 

Uses of csBitmapMetrics in crystalspace.jbind.impl.video.fontserv
 

Methods in crystalspace.jbind.impl.video.fontserv with parameters of type csBitmapMetrics
 iDataBuffer csFont.getGlyphAlphaBitmap(int c, csBitmapMetrics metrics)
           
 iDataBuffer csFont.getGlyphBitmap(int c, csBitmapMetrics metrics)
           
 

Uses of csBitmapMetrics in crystalspace.jbind.interfaces.ivideo.fontserv
 

Methods in crystalspace.jbind.interfaces.ivideo.fontserv with parameters of type csBitmapMetrics
 iDataBuffer iFont.getGlyphAlphaBitmap(int c, csBitmapMetrics metrics)
          Return a pointer to a bitmap containing the alpha bitmap for the rendered character.
 iDataBuffer iFont.getGlyphBitmap(int c, csBitmapMetrics metrics)
          Return a pointer to a bitmap containing a rendered character.