Class BitMapCharMetrics |
Description: | This is the BitmapCharMetrics class used to store character size and spacing information. |
Table of contents: | Methods: Fields:
|
Method DebugString:String() | Description: | This method returns a string representation of this class instance contents. | Returns: | String |
|
Field drawingOffset:= new DrawingPoint | Description: | This drawing point contains the X and Y corrdinates of the character drawing offset. |
|
Field drawingSize:= new DrawingPoint | Description: | This drawing point contains the Width and Height information of the character when it's drawn in the canvas. |
|
Field drawingWidth:Float | Description: | This integer contains the character spacing to the next character. |
|