No, pango isn't used in Android, so there is no connection. Pango is mainly
used in gnome and gtk programs like inkscape and gimp.
Dov
On Sun, Aug 23, 2015 at 4:05 AM, Amos Shapira
wrote:
> Is this the same code used in Android?
> Just today I read a Hebrew article in Po
omeone on the list.
>
> A major bug affecting rendering of Hebrew with justification in pango has
> been fixed after more than 8 years.
>
> See the following animated gif showing the rendering before and after the
> latest pango updates.
>
> https://bug753772.bugzilla-at
This might be interesting to someone on the list.
A major bug affecting rendering of Hebrew with justification in pango has
been fixed after more than 8 years.
See the following animated gif showing the rendering before and after the
latest pango updates.
https://bug753772.bugzilla
ist,
> >
> > I have this weird annoying bug on a GTK2 based program.
> > When I use Hebrew everything displaied properly, but when I add the
> > ampersand char (&) it will report a warning:
> >
> > Pango-WARNING **: Invalid UTF-8 string passed to pango_layou
On 29/11/2007, ik <[EMAIL PROTECTED]> wrote:
> Hello List,
>
> I have this weird annoying bug on a GTK2 based program.
> When I use Hebrew everything displaied properly, but when I add the
> ampersand char (&) it will report a warning:
>
> Pango-WARNING **:
ik wrote:
> Hello List,
>
> I have this weird annoying bug on a GTK2 based program.
> When I use Hebrew everything displaied properly, but when I add the
> ampersand char (&) it will report a warning:
>
> Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_te
Hello List,
I have this weird annoying bug on a GTK2 based program.
When I use Hebrew everything displaied properly, but when I add the
ampersand char (&) it will report a warning:
Pango-WARNING **: Invalid UTF-8 string passed to pango_layout_set_text()
Does anyone have experience with
On 8/27/05, Aaron <[EMAIL PROTECTED]> wrote:
> Hi Amos,
>
> Do you know about pango?
Sorry, no.
I'd love to valunteer to help with this but with a 9 weeks old baby I
can't commit time beyond spamming the mailing list :-(.
Sorry.
--
Hi Amos,
Do you know about pango?
Thanks
Aaron
=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]
On Fri, Aug 26, 2005 at 02:51:47AM +0300 or thereabouts, Omer Zak wrote:
> Hello Aaron,
>
> Please clarify better when the Hebrew words are ordered in reverse
> order.
> Do they come in the correct order when they are separated only by
> spaces, and are mis-ordered when there are also punctuation
On Fri, Aug 26, 2005 at 08:13:40AM +1000 or thereabouts, Amos Shapira wrote:
> On 8/26/05, Aaron <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > The recent versions of lilypond music notation use pango as a backend.
> > songs with hebrew lyrics work pretty
there is only
space between them?
If it is the first alternative, then your problem is with the major
paragraph direction. You need to find the appropriate Lilypond
invocation to tell Pango that this paragraph should be laid out in RTL
(Right to Left) major direction.
If you don't find s
On 8/26/05, Aaron <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> The recent versions of lilypond music notation use pango as a backend. songs
> with hebrew lyrics work pretty much out of the box now. But text blocks under
> the music display the hebrew words left to right ord
Hi all,
The recent versions of lilypond music notation use pango as a backend. songs
with hebrew lyrics work pretty much out of the box now. But text blocks under
the music display the hebrew words left to right order but the letters of each
word are in the correct hebrew order.
I need this
I was thinking again about the topic.
What I actually need is to insert LRMs in the valid places, and then let
pango display it ignoring the LRMs as one moves through the text with
the cursor.
Is there any way to add symbols to the text just before pango displays
it. (obviously adding real
Hi Yosef,
As I have contributed several features related to BiDi in both pango
and Gtk+, I think I have a bit of an idea. ;-)
The Hebrew module does not do what you want. It only does one thing
and that is to create clusters of the base characters and the nikud
and while doing that adjust the
ew pluggin which doesn't use
fribidi, however I wasn't able to find anything usefull in either
pango.org,developer.gnome.org,google://pango+{pluggin,plugin,hebrew}.
Does Anyone knows something about this, or have any other idea about
implementing a special LaTex
7;s site. That's what I used when I
> actually got it to work yesterday. Lastly, because I still think it's a
> font issue, you might want to try and compile it with Pango, and then
> directly with Xft, and see if it exhibits the same behaviour.
te. That's what I used when I
actually got it to work yesterday. Lastly, because I still think it's a font
issue, you might want to try and compile it with Pango, and then directly
with Xft, and see if it exhibits the same behaviour. This can give more
accurate informa
enable the Bidi support just replace "#define USE_XFT 1" with
> "#define USE_PANGO 1" in config.h and compile. (Thanks DCoder)
>
> To use AA : export GDK_USE_XFT=1 before running xchat(It seems that X-Chat
> doesn't use Pango to actually render the text with Xft or
hebrew Bidi support works as well(No need for
> --enable-hebrew).
>
> To enable the Bidi support just replace "#define USE_XFT 1" with
> "#define USE_PANGO 1" in config.h and compile. (Thanks DCoder)
>
> To use AA : export GDK_USE_XFT=1 before running xchat(It
efine USE_XFT 1" with
"#define USE_PANGO 1" in config.h and compile. (Thanks DCoder)
To use AA : export GDK_USE_XFT=1 before running xchat(It seems that X-Chat
doesn't use Pango to actually render the text with Xft or ft2, so this is
relevant).
This probably comes as old ne
On Sun, 11 Feb 2001, Oren Held wrote:
> Hi Ilya
>
> On Sun, 11 Feb 2001, Ilya Konstantinov wrote:
>
> [... QT 3...]
> > Also, I've seen one of the latest Qt 3.0 snapshots. They added
> > LOCALE-independent input (no need to set LC_CTYPE etc.) so you can just
> > switch the map and keep typing. Un
On Sun, Feb 11, 2001 at 03:09:02PM +0200, Oren Held wrote:
> Yeah, but how will it know what the DEFAULT user is ? That's the advantage
> of LC_CTYPE - if the user has it set to his language gtk knows if to
> align to left or right, for example..
Locales are a good thing to define anyway, since i
Hi Ilya
On Sun, 11 Feb 2001, Ilya Konstantinov wrote:
[... QT 3...]
> Also, I've seen one of the latest Qt 3.0 snapshots. They added
> LOCALE-independent input (no need to set LC_CTYPE etc.) so you can just
> switch the map and keep typing. Unfortunatelly, it doesn't handle BiDi
> editing quite
On Sun, Feb 11, 2001 at 09:34:59AM +0200, Tzafrir Cohen wrote:
> How exactly do you cut-n-paste? isn't reading from the X buffer to QT2's
> widget involve the use of the same problematic interface that causes
> problems with keyboard input?
Thing is - no! It doesn't simply "type it in" - it actua
On Sun, 11 Feb 2001, Ilya Konstantinov wrote:
> On Sat, Feb 10, 2001 at 09:52:46PM +0200, Oren Held wrote:
> > The future of the hebrew implementation under linux (or more correct- on
> > x), looks good.. I guess that QT3 will be pretty similar.
>
> I've seen the same in the early GTK+ 1.3 snapsh
On Sat, Feb 10, 2001 at 09:52:46PM +0200, Oren Held wrote:
> The future of the hebrew implementation under linux (or more correct- on
> x), looks good.. I guess that QT3 will be pretty similar.
I've seen the same in the early GTK+ 1.3 snapshots about half a year
ago. Also, Mozilla provides the sa
Hello All
I've just d/led glib 1.3.2, pango, and gtk 1.3.2, and installed them.
gtk 1.3.2 comes with some test programs to show the new features-
'gtktest', 'testtext', and some more. These programs support pango, and:
1. when it notices that my $LANG=hebrew (or the ot
On Mon, 5 Feb 2001, Hetz B.H wrote:
> >
> > I have talked to lars about the Hebrew input issue, and explained to him
> > that a commercial application/library like they're going to release and
> > encourage companies in Israel to use it - won't be it unless it will have
> > the hebrew input at le
>
> I have talked to lars about the Hebrew input issue, and explained to him
> that a commercial application/library like they're going to release and
> encourage companies in Israel to use it - won't be it unless it will have
> the hebrew input at least the same as what Windows got today...
>
> S
Hi Tzafrir, others..
> Not going to flame...
>
> mozilla and pango have already implemented a work around X's screwed-up
> input method. From that post of Ilya I understand that QT3 has not yet
> done so (at least not until the snapshots were published in january).
>
>
>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 04, 2001 7:44 PM
Subject: An article about gtk2, pango etc..
> Hi List
>
> Just to let you know.. there's an article talking a little about gtk2 and
> pagno: http://www.linuxpower.o
Hi List
Just to let you know.. there's an article talking a little about gtk2 and
pagno: http://www.linuxpower.org/display.php?id=203
Cya,
Oren.
=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the
On Fri, 15 Dec 2000, Oren Held wrote:
> Hi Everyone!
>
> I want to try the gtk devel (1.3 I think) that contains pango, but I
> didn't really understand one thing: I saw in pango.org that it supports
> unicode fonts, supports right-to-left look (things should be aligned to
On Fri, Dec 15, 2000 at 01:14:57PM +0200, Oren Held wrote:
> but how does it work ? every gtk app that contains hebrew characters will
> work like that automatticly ? how does it know that it should also flip
> everything (tables, etc) and align them to the right ?
Reversing the whole UI is possi
Hi Everyone!
I want to try the gtk devel (1.3 I think) that contains pango, but I
didn't really understand one thing: I saw in pango.org that it supports
unicode fonts, supports right-to-left look (things should be aligned to
the right), and of course right-to-left hebrew editing..
but how
--
Moshe Zadka <[EMAIL PROTECTED]>
http://www.oreilly.com/news/prescod_0300.html
http://www.linux.org.il -- we put the penguin in .com
-- Forwarded message --
Date: 31 May 2000 14:48:55 -0400
From: Owen Taylor <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject:
Does anybody has some info / experience about Pango
(http://www.pango.org/) rendering engine WRT Hebrew? From screenshots they
can render any language and edit it, etc., etc. Did anybody really
use/test it? How it is compared to gtkbidi efforts by Dov Grobgeld (IIRC?)
--
[EMAIL PROTECTED
39 matches
Mail list logo