Derived GlyphData implementation for bitmap fonts. More...
#include <kanzi/core.ui/font/bitmap_font_file.hpp>
Public Member Functions | |
| BitmapGlyphData (unsigned int width, unsigned int height, vector< byte > bitmap) | |
| Constructor. | |
| ~BitmapGlyphData () override | |
| Destructor. | |
Public Member Functions inherited from kanzi::FontFile::GlyphData | |
| 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. | |
Derived GlyphData implementation for bitmap fonts.
Releases the bitmap data on destruction.
|
explicit |
Constructor.
| width | Width of the bitmap. |
| height | Height of the bitmap. |
| bitmap | Pointer to the bitmap. |
|
override |
Destructor.