GlyphData contains the metrics for an individual rendered glyph and its bitmap. More...
#include <kanzi/core.ui/font/font_file.hpp>
Public Member Functions | |
| const byte * | getBitmapData () const |
| Returns the pointer to bitmap data. | |
| unsigned int | getHeight () const |
| Returns the height of a bitmap. | |
| unsigned int | getWidth () const |
| Returns the width of a bitmap. | |
| GlyphData (unsigned int width, unsigned int height, const byte *bitmap) | |
| Constructor. | |
| virtual | ~GlyphData () |
| Destructor. | |
GlyphData contains the metrics for an individual rendered glyph and its bitmap.
On destruction the derived GlyphData classes release the data resources held by their rasterizer.
|
explicit |
Constructor.
| width | Width of the bitmap. |
| height | Height of the bitmap. |
| bitmap | Pointer to the bitmap data. |
|
virtual |
Destructor.
Returns the width of a bitmap.
Returns the height of a bitmap.
Returns the pointer to bitmap data.