Thread: [Indic-computing-users] Help needed for modifying Akruti Devnagari font.
Status: Alpha
Brought to you by:
jkoshy
From: Shashank A. <sha...@hb...> - 2002-10-17 09:03:03
|
Hi, We are working on linux localisation in HBCSE under guidance of Mr. Nagarjuna. We hv been able to partially transform the font to unicode mapping. Although we could not figure out where to place the glyphs required for jodaksharas as no positions are specified for them. We are using pfaedit for modifying the font can we use the blank positions ( marked with a black sqare and a '?' sign embeded in it ) for these extra glyphs. Shashank |
From: Nagarjuna G. <nag...@hb...> - 2002-10-18 04:16:27
|
Your mail did not go through, so I am forwarding the mail to the list. Nagarjuna On Thu, Oct 17, 2002 at 02:26:39PM +0530, Shashank Ashtikar wrote: > Hi, > > We are working on linux localisation in HBCSE under guidance of Mr. > Nagarjuna. We hv been able to partially transform the font to unicode > mapping. Although we could not figure out where to place the glyphs > required for jodaksharas as no positions are specified for them. > > We are using pfaedit for modifying the font can we use the blank > positions ( marked with a black sqare and a '?' sign embeded in it ) > for these extra glyphs. > > > Shashank |
From: Dr. U.B. P. <pav...@vi...> - 2002-10-19 11:22:20
|
You need to have all the characters required as per Unicode chart for that specific language. Beyond that, you can have any number of glyphs without any Unicode value assigned to them. Put all the glyphs in any order. Import it to VOLT and then give them names using the glyph editor. Make glyph groups like full, half, vowels, matras, etc. Add the language, feature, lookups, etc. You can use Mangal.Volt.TTF which comes along with VOLT as reference. -Rgds, Pavanaja > > Your mail did not go through, so I am forwarding the mail to the list. > > Nagarjuna > > > On Thu, Oct 17, 2002 at 02:26:39PM +0530, Shashank Ashtikar wrote: > > Hi, > > We are working on linux localisation in HBCSE under guidance > of Mr. > Nagarjuna. We hv been able to partially transform the font to > unicode > mapping. Although we could not figure out where to place the > glyphs > required for jodaksharas as no positions are specified for > them. > > We are using pfaedit for modifying the font can we use the > blank > positions ( marked with a black sqare and a '?' sign embeded > in it ) > for these extra glyphs. > > > Shashank > > > ------------------------------------------------------- > This sf.net email is sponsored by: viaVerio will pay you up to > $1,000 for every account that you consolidate with us. > http://ad.doubleclick.net/clk;4749864;7604308;v? > http://www.viaverio.com/consolidator/osdn.cfm > _______________________________________________ > Indic-computing-users mailing list > http://indic-computing.sourceforge.net/ > Ind...@li... > https://lists.sourceforge.net/lists/listinfo/indic-computing-users > [Other Indic-Computing mailing lists: -devel, -standards, -announce] > > ----------------------------------------------------- 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: Sayamindu D. <unm...@So...> - 2002-10-21 19:53:41
|
Hi, On Thu, 2002-10-17 at 14:26, Shashank Ashtikar wrote: > Hi, > > We are working on linux localisation in HBCSE under guidance of Mr. > Nagarjuna. We hv been able to partially transform the font to unicode > mapping. Although we could not figure out where to place the glyphs > required for jodaksharas as no positions are specified for them. The Unicode standard only defines the base characters and for yuktakshars you need to add open type tables (ie, convert the fonts into OTF) for OTF creation, you would need M$ Volt (does any Free alternative exist??) At the very basic level, the Open Type tables let you specify a particular series of of characters, for which a single glyph is displayed - and in this way you can display yuktakshars. eg. k+halant+k -> kk This is a very basic level thingy, and you can refer to the Microsoft OTF specs at http://www.microsoft.com/typography/specs/default.htm And for Devanagari fonts, take a look at http://www.microsoft.com/typography/developers/volt/devanagari.htm > > We are using pfaedit for modifying the font can we use the blank > positions ( marked with a black sqare and a '?' sign embeded in it ) > for these extra glyphs. > those are reserved spaces -hth- sdg |
From: Arun M <ar...@fr...> - 2002-10-22 02:16:34
|
> > We are working on linux localisation in HBCSE under guidance of Mr. > > Nagarjuna. We hv been able to partially transform the font to unicode > > mapping. Although we could not figure out where to place the glyphs > > required for jodaksharas as no positions are specified for them. > > The Unicode standard only defines the base characters and for > yuktakshars you need to add open type tables (ie, convert the fonts into > OTF) > for OTF creation, you would need M$ Volt (does any Free alternative > exist??) PfaEdit. |
From: Sayamindu D. <unm...@So...> - 2002-10-22 03:48:48
|
On Tue, 2002-10-22 at 07:51, Arun M wrote: > > > > We are working on linux localisation in HBCSE under guidance of Mr. > > > Nagarjuna. We hv been able to partially transform the font to unicode > > > mapping. Although we could not figure out where to place the glyphs > > > required for jodaksharas as no positions are specified for them. > > > > The Unicode standard only defines the base characters and for > > yuktakshars you need to add open type tables (ie, convert the fonts into > > OTF) > > for OTF creation, you would need M$ Volt (does any Free alternative > > exist??) > > PfaEdit. > > how do you handle the features in there ?? -iti- sdg |
From: Arun M <ar...@fr...> - 2002-10-22 04:32:42
|
> > > The Unicode standard only defines the base characters and for > > > yuktakshars you need to add open type tables (ie, convert the fonts into > > > OTF) > > > for OTF creation, you would need M$ Volt (does any Free alternative > > > exist??) > > > > PfaEdit. > > > > > > how do you handle the features in there ?? PfaEdit cant do all tables. Malayalam OTF was built using PfaEdit alone. In Malayalam the first req was to substitute a unicode stream with a single glyph. For this please see the Ligature field in Char Info menu. (Try Ctrl+i in selecting a glyph) In the ligature field you have to give the name of chars from which ligature is formed, seperated by space. (GSUB entries will be created) |
From: Baiju M <mal...@ya...> - 2002-10-22 06:14:45
|
--- Sayamindu Dasgupta <unm...@So...> wrote: > On Tue, 2002-10-22 at 07:51, Arun M wrote: > > > > > > We are working on linux localisation in HBCSE under > guidance of Mr. > > > > Nagarjuna. We hv been able to partially transform the > font to unicode > > > > mapping. Although we could not figure out where to place > the glyphs > > > > required for jodaksharas as no positions are specified > for them. > > > > > > The Unicode standard only defines the base characters and > for > > > yuktakshars you need to add open type tables (ie, convert > the fonts into > > > OTF) > > > for OTF creation, you would need M$ Volt (does any Free > alternative > > > exist??) > > > > PfaEdit. > > > > > > how do you handle the features in there ?? Infact PfaEdit can use for making working OpenType font for any indian language, but now it will not assign the standared features for indian languages (registred by Microsoft). So after making a rough OTF font by using PfaEdit, you can manually edit the tables after dumping the font to XML by using TTX. (I mentioned about these things in a prvious mail, please look into that) I suggest all of you to use free tools for making free fonts. and never use any propriatery softwares. Regards, Baiju M ===== __________________________________________________ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/ |
From: Sayamindu D. <unm...@So...> - 2002-10-22 12:25:33
|
On Tue, 2002-10-22 at 11:44, Baiju M wrote: > > --- Sayamindu Dasgupta <unm...@So...> wrote: > > On Tue, 2002-10-22 at 07:51, Arun M wrote: > > > > > > > > We are working on linux localisation in HBCSE under > > guidance of Mr. > > > > > Nagarjuna. We hv been able to partially transform the > > font to unicode > > > > > mapping. Although we could not figure out where to place > > the glyphs > > > > > required for jodaksharas as no positions are specified > > for them. > > > > > > > > The Unicode standard only defines the base characters and > > for > > > > yuktakshars you need to add open type tables (ie, convert > > the fonts into > > > > OTF) > > > > for OTF creation, you would need M$ Volt (does any Free > > alternative > > > > exist??) > > > > > > PfaEdit. > > > > > > > > > > how do you handle the features in there ?? > > Infact PfaEdit can use for making working OpenType font for any > indian language, but now it will not assign the standared > features for indian languages (registred by Microsoft). > So after making a rough OTF font by using PfaEdit, > you can manually edit the tables after dumping the > font to XML by using TTX. (I mentioned about these things in a > prvious mail, please look into that) > ..goody - i will look into that until now, i had been running M$ Volt under Wine :P -sdg- |