To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87905


User mox changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'pl'                      |'hdu,pl'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Sat Apr  5 08:53:51 +0000 
2008 -------
The process for text drawing is very complex, here's a rough overview:

canvas cairo_canvashelper_text.cxx -- CanvasHelper::drawText()
==> canvas cairo_cairo.cxx             -- Surface::createVirtualDevice()
...
vcl    outdev3.cxx                 -- DrawText()
...
==> SalLayout* pSalLayout = ImplLayout()
    ==> ImplGetGraphics()
        ==> SalGraphics* AquaSalVirtualDevice::GetGraphics()
    ==> pSalLayout = mpGraphics->GetTextLayout( aLayoutArgs, 0 );
        ==> new ATSLayout( maATSUStyle, mfFontScale );
...
==> ImplDrawText( *pSalLayout );
    ==> ImplDrawTextDirect( rSalLayout, mbTextLines );
        ==> rSalLayout.DrawText( *mpGraphics );
            ==> ATSLayout::DrawText( SalGraphics& rGraphics )


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to