зеркало из https://github.com/mozilla/pjs.git
back out 425662 for longsonr because it might have caused tbox orange
This commit is contained in:
Родитель
8ae2f68c17
Коммит
fd35132d02
|
@ -515,15 +515,12 @@ void
|
|||
gfxFont::SetupGlyphExtents(gfxContext *aContext, PRUint32 aGlyphID, PRBool aNeedTight,
|
||||
gfxGlyphExtents *aExtents)
|
||||
{
|
||||
gfxMatrix matrix = aContext->CurrentMatrix();
|
||||
aContext->IdentityMatrix();
|
||||
cairo_glyph_t glyph;
|
||||
glyph.index = aGlyphID;
|
||||
glyph.x = 0;
|
||||
glyph.y = 0;
|
||||
cairo_text_extents_t extents;
|
||||
cairo_glyph_extents(aContext->GetCairo(), &glyph, 1, &extents);
|
||||
aContext->SetMatrix(matrix);
|
||||
|
||||
const Metrics& fontMetrics = GetMetrics();
|
||||
PRUint32 appUnitsPerDevUnit = aExtents->GetAppUnitsPerDevUnit();
|
||||
|
|
Загрузка…
Ссылка в новой задаче