Gnash
0.8.11dev
|
Glyph info structure. More...
#include <Font.h>
Public Member Functions | |
GlyphInfo () | |
GlyphInfo (std::unique_ptr< SWF::ShapeRecord > glyph, float advance) | |
Construct default textured glyph. More... | |
Public Attributes | |
std::unique_ptr< SWF::ShapeRecord > | glyph |
float | advance |
Glyph info structure.
gnash::Font::GlyphInfo::GlyphInfo | ( | ) |
gnash::Font::GlyphInfo::GlyphInfo | ( | std::unique_ptr< SWF::ShapeRecord > | glyph, |
float | advance | ||
) |
Construct default textured glyph.
Takes ownership of the SWF::ShapeRecord.
float gnash::Font::GlyphInfo::advance |
std::unique_ptr<SWF::ShapeRecord> gnash::Font::GlyphInfo::glyph |