Thread: Re: [Indic-computing-devel] Free UCS outline font
Status: Alpha
Brought to you by:
jkoshy
From: Dr. U.B. P. <pav...@vi...> - 2002-03-06 14:05:07
|
From: Primoz Peterlin <pri...@bi...> > the PfaEdit PostScript > font editor <http://pfaedit.sourceforge.net/>, I went through the manual pages. I did not find info on how do I add the OpnType Layouts. Currently I am creating a OpenType font for Kannada using Microsofft's VOLT. > As Indic scripts seem to remain Unicode's largest grey area, I was > very happy when Prof. Hariharan told me of this project, as it seems > that a large portion of knowledge is concentrated here. > > As a first question, I would like to ask whether there is any > agreement on the sets of ligatures needed to render particular Indic > scripts, i.e. <snif> > What is the situation with other Indic scripts? As far as Kannada is considered, tere is a standard. There is also a free Kannada script software (for Windows) available for FREE download at http://www.bangaloreit.com/html/education/Nudi.html. The s/w includes the standard font (glyph set). For OpenType font, we need more glyphs. There is no need of any font glyph set standard for OpenType font. It is the job of the rendering engine (Uniscribe on Windows XP) to display the font properly. -Pavanaja ----------------------------------------------------- Dr. U.B. Pavanaja Editor, Vishva Kannada World's first Internet magazine in Kannada http://www.vishvakannada.com/ Note: I don't worry about pselling mixtakes |
From: Rajkumar S <s_...@my...> - 2002-03-06 18:39:30
|
On Wed, 6 Mar 2002, Dr. U.B. Pavanaja wrote: > I went through the manual pages. I did not find info on how do I add > the OpnType Layouts. Currently I am creating a OpenType font for > Kannada using Microsofft's VOLT. As far as I know VOLT is the only tool capable of adding OpenType Layouts for indic scripts. raj > Note: I don't worry about pselling mixtakes :) |
From: Primoz P. <pri...@bi...> - 2002-03-06 19:35:09
|
-----BEGIN PGP SIGNED MESSAGE----- Hello, On Wed, 6 Mar 2002, Dr. U.B. Pavanaja wrote: > > the PfaEdit PostScript font editor <http://pfaedit.sourceforge.net/>, > I went through the manual pages. I did not find info on how do I add > the OpnType Layouts. Currently I am creating a OpenType font for > Kannada using Microsofft's VOLT. PfaEdit is a rapidly evolving piece of software. I believe that the main reason why it doesn't support it yet is that none of its current users felt any real need for it. I am sure that commercial font editors are more advanced, but then again, their support teams don't reply to bug reports in the matter of minutes, either... :) > > As a first question, I would like to ask whether there is any > > agreement on the sets of ligatures needed to render particular Indic > > scripts, > As far as Kannada is considered, tere is a standard. There is also a > free Kannada script software (for Windows) available for FREE > download at http://www.bangaloreit.com/html/education/Nudi.html. The > s/w includes the standard font (glyph set). Thank you for the URL, I'll have a look. > For OpenType font, we need more glyphs. There is no need of any font > glyph set standard for OpenType font. It is the job of the rendering > engine (Uniscribe on Windows XP) to display the font properly. I realize that the glyph set is an "open set", to which glyphs can be added, should the need arise. What I meant by an agreed set of required ligatures needs not necessarily be an official standard. But on the other hand, I believe that newspapers and textbooks are printed in all major Indian languages, so a century(-ies) ago, well before any computers, typesetters had to make such lists. I would guess that printing scholarly publications, poetry etc. might require a richer set of glyphs, but nevertheless, I would like to have some goal... On the Uniscribe engine... I have been reading the Microsoft Typography pages, and wasn't smart enough to guess whether Uniscribe simply substitutes the right ligature for the given sequence of characters (using the GSUB table?), or has some smart way of actually *creating* the needed glyphs on-the-fly. You seem to have some first-hand experience with it, perhaps you could help me? With kind regards, Primoz - -- Primo=BE Peterlin, In=B9titut za biofiziko, Med. fakulteta, Univerza v Lj= ubljani Lipi=E8eva 2, SI-1000 Ljubljana, Slovenija. pri...@bi...-= lj.si Tel: +386-1-5437632, fax: +386-1-4315127, http://sizif.mf.uni-lj.si/~peterl= in/ F8021D69 OpenPGP fingerprint: CB 6F F1 EE D9 67 E0 2F 0B 59 AF 0D 79 56 19= 0F -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (HP-UX) Comment: For info see http://www.gnupg.org iQB1AwUBPIZvSD3bcxr4Ah1pAQEA1AL8Dfy52CLPWW92G01kYX2tqaLYkoSHNS2w ucadzsxihlblvSZqMp4oqvIoDxI9UqKyJQGSgi98b1cTl/JzOM3sdjXMJkktYrb7 Ttb9Nf3sqqM7BBlKYta+M8bOCoJzTxBG =3DqmxN -----END PGP SIGNATURE----- |
From: Dr. U.B. P. <pav...@vi...> - 2002-03-07 17:07:46
|
>From:Primoz Peterlin <pri...@bi...> > > > For OpenType font, we need more glyphs. There is no need of any font > > glyph set standard for OpenType font. It is the job of the rendering > > engine (Uniscribe on Windows XP) to display the font properly. > > I realize that the glyph set is an "open set", to which glyphs can be > added, should the need arise. What I meant by an agreed set of > required ligatures needs not necessarily be an official standard. But > on the other hand, I believe that newspapers and textbooks are printed > in all major Indian languages, so a century(-ies) ago, well before any > computers, typesetters had to make such lists. I would guess that > printing scholarly publications, poetry etc. might require a richer > set of glyphs, but nevertheless, I would like to have some goal... The Kannada OpenType font Tunga that ships with XP has 407 glyphs which is more than enough for printing almost any book in Kannada. In the OpenType font that I am making, I have knocked off some glyphs from this set. Some publishers ask for some special glyphs for printing Sanskrit scriptures in Kannada, music notations, etc. In OpenType font we can add these extra glyphs in the Private Use Area of Unicode. To get these glyphs in the text that we type, we will have to send their respective Unicode values. In OfficeXP this is done by typing the Unicode value and hitting Alt-X. > On the Uniscribe engine... I have been reading the Microsoft > Typography pages, and wasn't smart enough to guess whether Uniscribe > simply substitutes the right ligature for the given sequence of > characters (using the GSUB table?), or has some smart way of actually > *creating* the needed glyphs on-the-fly. You seem to have some > first-hand experience with it, perhaps you could help me? Uniscribe renders the OpenType font. The logic for substitution and positioning of the glyphs is supplied by the font. Uniscribe CAN NOT create any glyph on-the-fly. Uniscribe works only on Windows2000 and XP. It does not work on Windows 95/98/ME. What we need is a public domain OpenType font rendering engine for Indic scripts for all platforms, especially for Linux. Indix from NCST is supposed to be one. I have no experience on that. Anyone has? Regards, Pavanaja ----------------------------------------------------- Dr. U.B. Pavanaja Editor, Vishva Kannada World's first Internet magazine in Kannada http://www.vishvakannada.com/ Note: I don't worry about pselling mixtakes |
From: Arun S. <ar...@sh...> - 2002-03-07 17:56:29
|
On Thu, Mar 07, 2002 at 10:37:09PM +0530, Dr. U.B. Pavanaja wrote: > What we need is a public domain OpenType font rendering engine for > Indic scripts for all platforms, especially for Linux. Indix from > NCST is supposed to be one. I have no experience on that. Anyone has? Keyur Shroff is one of the developers on the IndiX project. He's subscribed to this list. -Arun |
From: Keyur S. <key...@ya...> - 2002-03-08 06:02:44
|
Hello, --- "Dr. U.B. Pavanaja" <pav...@vi...> wrote: > What we need is a public domain OpenType font rendering > engine for > Indic scripts for all platforms, especially for Linux. > Indix from > NCST is supposed to be one. I have no experience on that. > Anyone has? Yes, I have ;-). IndiX has its own Indic Script Shaping engine. It has functions for Syllable breaking, Reordering, etc. Logic for turning ON/OFF script features is also inside the Indic library. For parsing tables of Opentype font, it uses FreeType library. Regards, Keyur __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ |
From: Primoz P. <pri...@bi...> - 2002-03-08 18:12:51
|
On Thu, 7 Mar 2002, Dr. U.B. Pavanaja wrote: > Uniscribe renders the OpenType font. The logic for substitution and > positioning of the glyphs is supplied by the font. Uniscribe CAN NOT > create any glyph on-the-fly. Uniscribe works only on Windows2000 and > XP. It does not work on Windows 95/98/ME. Thank you for your explanation. With kind regards, Primoz -- Primo=BE Peterlin, In=B9titut za biofiziko, Med. fakulteta, Univerza v Lj= ubljani Lipi=E8eva 2, SI-1000 Ljubljana, Slovenija. pri...@bi...-= lj.si Tel: +386-1-5437632, fax: +386-1-4315127, http://sizif.mf.uni-lj.si/~peterl= in/ F8021D69 OpenPGP fingerprint: CB 6F F1 EE D9 67 E0 2F 0B 59 AF 0D 79 56 19= 0F |