When the glyphs for a character don't fit into a CompressedGlyph record in SimpleGlyph format, we use an array of DetailedGlyphs instead. More...
#include <gfxFont.h>
Public Attributes | |
| PRUint32 | mGlyphID |
| The glyphID, or the Unicode character if this is a missing glyph. | |
| PRInt32 | mAdvance |
| The advance, x-offset and y-offset of the glyph, in appunits mAdvance is in the text direction (RTL or LTR) mXOffset is always from left to right mYOffset is always from top to bottom. | |
| float | mXOffset |
| float | mYOffset |
When the glyphs for a character don't fit into a CompressedGlyph record in SimpleGlyph format, we use an array of DetailedGlyphs instead.
The advance, x-offset and y-offset of the glyph, in appunits mAdvance is in the text direction (RTL or LTR) mXOffset is always from left to right mYOffset is always from top to bottom.
| PRUint32 gfxTextRun::DetailedGlyph::mGlyphID |
The glyphID, or the Unicode character if this is a missing glyph.
1.7.1