You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Ariel Constenla-Haile <ar...@apache.org> on 2012/01/20 13:16:05 UTC

Linux Libertine G fonts integration (was Re: Next step: fonts)

Hi Pedro, *

On Thu, Jan 19, 2012 at 08:42:06PM -0800, Pedro Giffuni wrote:
> Looks good (and youre fast!)
> 
> I am not sure why you need to add stuff in configure
> instead of reusing ENABLE_GRAPHITE in the .scp file
> Too, but perhaps its too late here and I am tired ;).

to follow the current procedure.
Those defines in scp files are set as defines in the makefiles, except
for WITHOUT_FONTS that is set on configure.in. IMO this is inconsistent
and could be moved to a scp2 makefile


> 
> Add a couple of lines to the NOTICE file (and fix
> my typo if you like) and its done.

back to the Linux Libertine G and Linux Biolinum G fonts, I've found
issue 115003 https://issues.apache.org/ooo/show_bug.cgi?id=115003

I'm not sure if it is safe to integrate them. Sure Herbert can give
a hint.


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina

Re: Linux Libertine G fonts integration (was Re: Next step: fonts)

Posted by Herbert Duerr <hd...@apache.org>.
On 20.01.2012 13:16, Ariel Constenla-Haile wrote:
> back to the Linux Libertine G and Linux Biolinum G fonts, I've found
> issue 115003 https://issues.apache.org/ooo/show_bug.cgi?id=115003
>
> I'm not sure if it is safe to integrate them. Sure Herbert can give
> a hint.

It is quite safe to integrate them. The most that can happen is that 
caret positioning becomes a little inconvenient. The root cause is that 
WriterEngine and EditEngine use obsolete assumptions about where carets 
should be positioned even though they shouldn't assume anything, they 
should just take the information that is readily available. I hope I'll 
get around to work on this topic.

Herbert