Re: [gtk-list] pango on MAC OS X
- From: mpsuzuki hiroshima-u ac jp
- To: "Calvin Ellis" <kyndig gmail com>
- Cc: gtk-list gnome org
- Subject: Re: [gtk-list] pango on MAC OS X
- Date: Mon, 21 Aug 2006 10:20:37 +0900
Hi,
On Sun, 20 Aug 2006 13:32:29 -0400
"Calvin Ellis" <kyndig gmail com> wrote:
>That is exactly correct. I was able to get it working, but only with the
>full gtk env. I tried packaging the software up, and got the same problem.
>There are no fonts, only square boxes like what your image shows.
I see. My screenshot gtk-demo-atsui.gif ("square boxes" case) is
taken under following conditions:
1. cairo is configured as ATSUI as font/text backend
2. pango is configured to use cairo as font backend
3. pango module configuration file at
${pango_install_prefix}/etc/pango/pango.modules
does not exist, or exists but lacks a line to call
Pango-ATSUI modules like this:
/kiyomizu/gtk210/lib/pango/1.5.0/modules/pango-basic-atsui.so \
BasicScriptEngineATSUI \
PangoEngineShape \
PangoRenderATSUI \
armenian:* bopomofo:* cherokee:* coptic:* ...
Please execute "pango-querymodules" and check if its output
includes pango-basic-atsui.so. If it includes, and your
existing pango.modules does not include, please update
your pango.modules as:
pango-querymodules > ${pango_install_prefix}/etc/pango/pango.modules
However, I'm not sure about: pango.modules itself should be
included in the software package, or the install executes
pango-querymodules during installation procedure.
Regards,
mpsuzuki
P.S.
Yet I could not make other pango modules working under ATSUI
configuration: I cannot render Arabic, Indic, and CJK scripts
at all.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]