paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [paragui-users] Bugs in 1.0.2 sample/test apps...


From: Teunis Peters
Subject: Re: [paragui-users] Bugs in 1.0.2 sample/test apps...
Date: Tue, 25 Jun 2002 18:49:36 -0700 (PDT)

On Sat, 22 Jun 2002, Atani wrote:

> On Saturday 22 June 2002 11:26, Atani wrote:
> > However, there are a few major annoyances that i have run into with the
> > sample/test apps... Using the internal-expat (not sure if this makes a
> > diff) on any app that uses the new xml layout the characters are trashed...
> > by this i mean they are translated into boxes instead of the normal text...
> > I believe this only effects the display...
> >
>
> Correction on this one..  It appears the default theme is more the cause... I
> switched the sample apps to use "simple" instead and it works fine...

Bug in freetype.  Not in paragui.  Fairly serious bug actually - a lot of
fonts break because of this.

Workaround in devel-opengl branch but I don't think I'd recommend that
branch to anyone yet *sigh*
I don't know the cause - but debian-unstable shows the same problem.

in two spots in src/font/pgfont.cpp: (lines 506, 605 roughly)
--
glyph_index = FT_Get_Char_Index(Face, *c);
if ( ! glyph_index ) glyph_index = *c - 29; /* FIXME bug workaround */
--

Hope this helps
G'day, eh? :)
        - Teunis




reply via email to

[Prev in Thread] Current Thread [Next in Thread]