To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=95295
User hdu changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
OS/Version|Linux |Unix, X11
--------------------------------------------------------------------------------
Priority|P3 |P4
--------------------------------------------------------------------------------
Summary|screen font antialiasing s|disable UI for screen font
|hould be detected automati| antialiasing if it is dis
|cally under Linux |abled system-wide
--------------------------------------------------------------------------------
Target milestone|--- |OOo Later
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Oct 23 12:58:09 +0000
2008 -------
There are different methods OOo does antialiased text rendering on X11:
1. nowadays often via cairo (which does what you noticed)
2. directly via xrender (if cairo drawing is disabled or not available)
3. a pixmap based fallback (if neither of the above are available)
You are right, if the first method is available and enabled then the
Tools->Options->OOo->View
overrides doesn't make much sense when the cairo based rendering already has
disable antialiasing. It
should be grayed out then.
TODO:
- HDU: add a method like canAntiAliasingBeEnabled
- OS: using it in the Tools->Options tabpage to gray out the redundant
checkboxes
---------------------------------------------------------------------
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]