|
Gnash
0.8.11dev
|
Glyph info structure. More...
#include <Font.h>
Public Member Functions | |
| GlyphInfo () | |
| GlyphInfo (std::auto_ptr< SWF::ShapeRecord > glyph, float advance) | |
| Construct default textured glyph. More... | |
| 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 | ) |
| float gnash::Font::GlyphInfo::advance |
| boost::shared_ptr<SWF::ShapeRecord> gnash::Font::GlyphInfo::glyph |
1.8.5