Gnash
0.8.10
|
Glyph info structure. More...
#include <Font.h>
Public Member Functions | |
GlyphInfo () | |
GlyphInfo (std::auto_ptr< SWF::ShapeRecord > glyph, float advance) | |
Construct default textured glyph. | |
GlyphInfo (const GlyphInfo &o) | |
Public Attributes | |
boost::shared_ptr < SWF::ShapeRecord > | glyph |
float | advance |
Glyph info structure.
gnash::Font::GlyphInfo::GlyphInfo | ( | ) |
gnash::Font::GlyphInfo::GlyphInfo | ( | std::auto_ptr< SWF::ShapeRecord > | glyph, |
float | advance | ||
) |
Construct default textured glyph.
Takes ownership of the SWF::ShapeRecord.
gnash::Font::GlyphInfo::GlyphInfo | ( | const GlyphInfo & | o | ) |
boost::shared_ptr<SWF::ShapeRecord> gnash::Font::GlyphInfo::glyph |