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


User hdu changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon May  8 07:07:38 -0700 
2006 -------
The GetFontHints() for WinSalGraphics and PspGraphics returns without having set
rFontHints. It is only implemented for X11SalGraphics::GetFontHints().

X11SalGraphics is the only one that in practice get a GetFontHints() request,
because only a VirtualDevice is ever asked to provide them. Constructing a whole
VirtualDevice and its graphics is expensive, especially when considering that
this vdev is supposed to get into the FreetypeServerFont constructor, which in
some use cases gets called very often.

I suggest to have ImplFontHints constructor call psp's getFontConfigHints()
directly if psp is available. And making sure that it is fast, eventually by
caching older FC results.

Another small question is, what to do with hints for the stretched or squeezed
fonts. In the latest patch the width is used. Is there are reason to use the
width over the height?

---------------------------------------------------------------------
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