Re: pangp on cygwin

2008-07-05 Thread Tor Lillqvist
> I apologize for not being an expert but I really want to get this working on > my CYGWIN_NT-5.1 1.5.25 platform. Sorry for asking, but why not just run real Linux instead, either in a virtual machine, or separate machine? I can understand using Cygwin to run non-GUI applications like build tool

Re: pangp build bug on cygwin

2008-07-05 Thread Tor Lillqvist
Please file a bug report at bugzilla.gnome.org and attach the patch in unified diff format. --tml ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-i18n-list

Pango support for Opentype

2008-07-05 Thread Victor San Kho Lin
Hi all, I'm one of the Myanmar/Burma font developer for burmese script. I would like to know, current Pango support status for Opentype. If opentype is supported, I would like to know for which pango revision is supported for Unicode specification. The latest is Unicode 5.1. Thanks and Regards,

Question about multi column text display

2008-07-05 Thread Deepankar Sharma
I am working on a simple source code reader and since I have a widescreen monitor i would like to be able to view multiple columns of text files. I am currently not sure on how to implement this. Can I use the textview from gtk and have this functionality or will I have to step into pango land for

specifying path to locale directory

2008-07-05 Thread Mark Zuber
Hi, I'm involved in building a gtk applicationg under solaris. I'm building the app in such a way that the gtk libraries get distributed with it so the user doesn't have to worry about installing gtk. Using the environment variables I can set gtk to look for most things in a custom directory

pango opentype font issues

2008-07-05 Thread Joshua Facemyer
Is this the correct place to ask about / report bugs in pango font rendering? Thanks. Joshua Facemyer ___ gtk-i18n-list mailing list gtk-i18n-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-i18n-list

Draft on recommendations for Indic rendering - feedback requested

2008-07-05 Thread Rahul Bhalerao
Hi everyone, I have created a draft on recommendations for Indic rendering. You can find it here: http://rbhalera.fedorapeople.org/Documents/RenderingRecommendations1.html It addresses some of the OpenType, Unicode and fonts related issues. Many of the issues discussed here, have been the source

Re: One key stroke --> two code-points

2008-07-05 Thread Anousak Souphavanh
Thanks, Simos for your kind and time. Much appreciated to Javier for brought a good solution indeed. Lao input method is need a similar solution. Javier please post your solution (where and how to define a new table for Khmer) so I can define these code points for Lao. Thanks, Anousak The Lao t

pango compilation problem

2008-07-05 Thread Philip Kensche
Hi, I am trying to compile pango-1.21.3 but get a linker error about two freetype functions, although these functions are -- to my knowledge -- accessible. My system is Redhat Enterprise WS Release 4 (Nahant Update 6). The system is somewhat outdated. So, to be able to also use some newer softw

pangp build bug on cygwin

2008-07-05 Thread d.henman
background info: - CYGWIN_NT-5.1 1.5.25(0.156/4/2) 2008-06-12 19:34 - cairo-1.6.4 (built with --"disable-win32*" including win32 fonts... - pango-1.21.3 (config with --with-x only and added --disable-win32... anyway but, it still required win32 code to be generated and it shouldn't have.

pangp on cygwin

2008-07-05 Thread d.henman
Still will not build. Current report (1) "cairo-1.6.4" is built --with-x --disable-win32 and --disable-win32-font It builds and installs fine. (2) pango-1.21.3 is configured as shown below: $ export LDFLAGS='-no-undefined' $ ./configure --with-x --without-win32 --disable-win

build failure (follow-up info)

2008-07-05 Thread d.henman
Background: "Make" breaks down when trying to build libpangocairo-1.0.dll.a, the pangocairo shared library in the cygwin POSIX environment. More Data: None of the symbols: `__pango_win32_font_get_type', `__pango_win32_font_map_get_type', `__pango_win32_fontmap_cache_remove', and `__pango_

Re: One key stroke --> two code-points

2008-07-05 Thread Jens Herden
Hi Simos, > Checking at > http://gitweb.freedesktop.org/?p=xorg/lib/libX11.git;a=tree;f=nls/en_US.UTF >-8 does not show these lines at the end. It is possible that these compose > sequences were added as a patch to the distribution package. yes indeed, this addition was made by Suse for their pac

[PATCH] Wait for external "convert" in pango-view

2008-07-05 Thread Jamie Guinan
Hi, I tried "pango-view" in a script to render text to a file, and I found that upon exit, the file doesn't exist for some fraction of a second, which causes problems for the script when it tries to do something with the output. To illustrate, $ rm -f text.ppm; pango-view --backend=ft2 -q

Setting language environment 'export LANG=xxx'

2008-07-05 Thread Ram Das
Hello, I need help on setting a custom Language environment when an application start. I can do through adding the following line in the beginning of a shell script in the Linux before starting the application. It works. Great. example: export LANG=hi_IN.UTF-8 gedit This will start Localized

Re: [cairo] cairo-pdf glyph positioning bug with librsvg

2008-07-05 Thread Dominic Lachowicz
SVN HEAD librsvg now has a patch that coalesces the text inside of a or node, so that it can be passed to a single PangoLayout. If you wouldn't mind trying it out, I'd appreciate it. I think that this bug is fixed now. Cheers, Dom On Wed, Feb 20, 2008 at 10:17 AM, Dominic Lachowicz <[EMAIL PRO

Re: [cairo] cairo-pdf glyph positioning bug with librsvg

2008-07-05 Thread Dominic Lachowicz
Hi Behdad, Sorry that it's taken me so long to reply. I've committed this patch to librsvg. I really appreciate it. > - librsvg apparently breaks the text upon seeing the first non-ASCII > text character. I have no idea why that is. I guess something to do > with XML parsing. This is why t

dead keys and unicode combining accents

2008-07-05 Thread Samuel Thibault
Hello, In Bugs 345254 and 341341, it has been requested that using dead keys, combining keys or compose keys produce unicode combining marks so as to support accented letters for some languages. The usual approach has always been to use a compose file which contains a big list of e.g.

Re: pango_layout_set_height()

2008-07-05 Thread Mathias Hasselmann
Am Dienstag, den 22.01.2008, 05:14 -0500 schrieb Behdad Esfahbod: > - Most of the time you have allocated height and that's positive. > So > this is relevant only in size_request(), not size_allocate(). In > size_request() it's probably a very valid argument, but one may still > use 2*font_metr

Re: pango_layout_set_height()

2008-07-05 Thread Mathias Hasselmann
Am Montag, den 21.01.2008, 23:23 -0500 schrieb Behdad Esfahbod: > Hi, > > In pango-1.19.3 that just hit the door is the new API: > > void pango_layout_set_height (PangoLayout *layout, > int height); Behadad, thanks alot for this very useful function! Pardo

Re: [gtk-i18n-list] Re: On CJK font selection (was Re: [Fwd: Re: Request for review and advice on wqy-bitmap-fonts fontconfig settings])

2008-07-05 Thread Nicolas Mailhot
Le jeudi 20 décembre 2007 à 17:54 -0500, Behdad Esfahbod a écrit : > That may help when typing, but has the following problems: > > - Fonts change when you switch language. Fonts will change anyway (indeed the alpha and omega of current complains is they change but people disagree with the he

Re: [gtk-i18n-list] Re: On CJK font selection (was Re: [Fwd: Re: Request for review and advice on wqy-bitmap-fonts fontconfig settings])

2008-07-05 Thread Nicolas Mailhot
Le jeudi 20 décembre 2007 à 17:25 -0500, Behdad Esfahbod a écrit : > I have two suggestions for what you can do that may achieve better > results for you. > > - Run under LC_LANG=en_US LC_MESSAGES=ja_JA > > - Choose a non-generic font family in gedit. That is, something other > than Sans,

Re: On CJK font selection (was Re: [Fwd: Re: Request for review and advice on wqy-bitmap-fonts fontconfig settings])

2008-07-05 Thread Nicolas Mailhot
Le dimanche 16 décembre 2007 à 18:22 -0500, Behdad Esfahbod a écrit : > On Thu, 2007-12-13 at 12:13 -0500, Qianqian Fang wrote: > > Secondly, you said that "contextual font selection" is a "cool" > > feature, I am wondering what languages are beneficial from this feature? > > (I believe there ar

Re: There is some issues with glib Occitan translations

2008-07-05 Thread Yannig MARCHEGAY
2008/1/1, Praveen A <[EMAIL PROTECTED]>: > > Hi Yannig, > > I get build errors when trying to build glib because there was some > problems with oc.po. > > I have changed all the erring entries to fuzzy. You have to match the > variables in msgstr to the same number of variables in msgid. If you > d

Re: On CJK font selection (was Re: [Fwd: Re: Request for review and advice on wqy-bitmap-fonts fontconfig settings])

2008-07-05 Thread Qianqian Fang
hi Behdad I would have agreed with you if you clearly tell me why this change SHOULD be done in the fonts, or in the font selection, not in the layout engine. Your previous replies, either to the bug reports or to my email, simply refused to make this change by saying this is "technically impo

Re: [gtk-i18n-list] On CJK font selection (was Re: [Fwd: Re: Request for review and advice on wqy-bitmap-fonts fontconfig settings])

2008-07-05 Thread Qianqian Fang
hi For traditional Chinese used in Taiwan, people generally put commas and periods (full periods) near the center lines of the Chinese characters. But for simplified Chinese in mainland China, these marks are placed within the lower quadrant from the bottom of the glyph, similar to Latins. Funny

Re: problem when i cross compile pango 1.17.0

2008-07-05 Thread Girish
Shilpa Singh wrote: hai, I would like to cross compile Pango 1.17.0 for an AMR board Its not AMR its ARM with the toolchain arm-linux. I have set all variables like CC,LD,AS,AR,RANLIB,STRIP correctly. this is my configure ./configure --host=arm-linux --build=i686-linux --prefix=$PREFIX -

Re: Indic script support in cross-compilation environment

2008-07-05 Thread Girish
Harshvardhan Ketkar wrote: On 12/09/2007, *Girish* <[EMAIL PROTECTED] > wrote: Harsh Ketkar wrote: > > > On 12/09/2007, *Behdad Esfahbod* <[EMAIL PROTECTED] > >> w

Re: Indic script support in cross-compilation environment

2008-07-05 Thread Girish
Harsh Ketkar wrote: On 12/09/2007, *Behdad Esfahbod* <[EMAIL PROTECTED] > wrote: >>What if you put them in /usr/share/fonts or ~/.fonts/ ? Hi, I deleted the /usr/local/share/fonts folder after copying their contents to /usr/share/fonts. On running the applic

Re: Cross-compile error - undefined reference to `pangoft2_viewer'

2008-07-05 Thread soodhakar
Hi, Did you able to solve this problem. I am also getting the same error. Can u help me ? My email [EMAIL PROTECTED] Thanks in advance. Prashant J Zaveri wrote: > > Hello, > I am cross-compiling Gtk for ARM Core. I have cross-compiled > Cairo and glib library.I am using following

Layout placement

2008-07-05 Thread Milton Pividori
Hi. First of all, sorry for my English. I am using GtkPrint and Cairo to draw SVG elements on a Cairo.Context. I am not sure if this is the best way to do what I want, but that's a different business. A text element (SVG) coordinates are given according this "picture" (the asterisk is the "locati