CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
Public 成员函数 | |
GRasterGlyph (const UINT8 *font, unsigned glyph_index) | |
GRasterGlyph (const UINT8 *bits) | |
GRasterGlyph (const UINT8 *bits, UINT w, UINT h) | |
~GRasterGlyph () | |
void | Attach (const UINT8 *font, unsigned glyph_index) |
void | Attach (const UINT8 *bits) |
UINT | width () const |
UINT | height () const |
const UINT8 * | Bits () const |
Protected 属性 | |
const UINT8 * | m_bits |
UINT | m_width_ |
UINT | m_height_ |
GRasterGlyph::GRasterGlyph | ( | const UINT8 * | font, |
unsigned | glyph_index | ||
) |
GRasterGlyph::GRasterGlyph | ( | const UINT8 * | bits | ) |
GRasterGlyph::~GRasterGlyph | ( | ) |
void GRasterGlyph::Attach | ( | const UINT8 * | bits | ) |
void GRasterGlyph::Attach | ( | const UINT8 * | font, |
unsigned | glyph_index | ||
) |
const UINT8 * GRasterGlyph::Bits | ( | ) | const |
UINT GRasterGlyph::height | ( | ) | const |
UINT GRasterGlyph::width | ( | ) | const |
|
protected |
|
protected |
|
protected |