OpenType font support for indic scripts

Himanshu Garg himanshu.garg at gmail.com
Sat May 28 13:48:52 UTC 2005


Hi,

     I am trying to get Telugu (an Indic script) display in Squeak on
Windows. For this I chose Pango (www.pango.org) to reduce my work.

    Now Pango has a function that renders text on the Windows HDC. (
pango_win32_render_layout ). Could you tell me how I can render the
text displayable on HDC on a Window within Squeak using the
same/similar function, please.

    Any references also would be of great help.

Thank You,
Himanshu.

References:-
Pango: http://www.pango.org
Rendering API: http://developer.gnome.org/doc/API/2.0/pango/pango-Win32-Fonts-and-Rendering.html
First mail on this topic:
http://lists.squeakfoundation.org/pipermail/squeak-dev/2005-April/090513.html

Date: Wed, 6 Apr 2005 09:47:30 -0700
From: Ned Konz <ned at squeakland.org>
Subject: Re: OpenType font support for indic scripts
To: The general-purpose Squeak developers list
       <squeak-dev at lists.squeakfoundation.org>
Message-ID: <200504060947.30985.ned at squeakland.org>
Content-Type: text/plain;  charset="iso-8859-1"

On Wednesday 06 April 2005 1:55 am, Boris Gaertner wrote:
> > � � � �I am exploring ways to incorporate opentype fonts for indic
> > scripts. If I am correct UNICODE support is already there in squeak.
>
> Yes, to some extent we have Unicode support. To the best of
> my knowlegde we do not currently have support for
> � �* scripts that are written from right to left
> � �* scripts that require script shaping

I wonder whether it might make sense to do a plugin for the Pango library,
until a native-Squeak version is written.

--
Ned Konz
http://bike-nomad.com/squeak/


More information about the Squeak-dev mailing list