To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106087
                 Issue #|106087
                 Summary|vcl: inconsistent freetype tests/workaround for old ve
                        |rsions
               Component|gsl
                 Version|DEV300m61
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|pl
             Reported by|cmc





------- Additional comments from c...@openoffice.org Tue Oct 20 11:32:39 +0000 
2009 -------
In vcl/source/glyphs/gcach_ftyp.cxx we have workarounds to allow using old
freetypes without emboldening support, while in
vcl/source/glyphs/graphite_adaptors.cxx we don't workaround and link directly 
to it.

I also notice that we have a configure test for emboldening which adds a -D
which is unused anywhere.

So, we could make graphite_adaptors.cxx use the gcach_ftyp.cxx dlsym results and
drop the (unused) configure test like the attached patch. That allows OOo to be
built on ancient setups (like the old one I keep around which I had imagined was
roughly equivalent to Hamburgs, but the world has probably moved on)

Or we could beef up the configure test to error if
FT_GlyphSlot_Embolden/FT_GlyphSlot_Oblique don't exist and remove the dlsym
stuff from gcach_ftyp.cxx

---------------------------------------------------------------------
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: issues-unsubscr...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to