[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: minibidi
- To: developer at arabeyes dot org
- Subject: Re: minibidi
- From: Ahmad Khalifa <ahmad at khalifa dot ws>
- Date: Fri, 04 Mar 2005 16:44:56 +0200
- User-agent: Mozilla Thunderbird 0.8 (Windows/20040913)
From: Abdulhaq Lynch <al-arabeyes at alinsyria dot fsnet dot co dot uk>
Subject:
To: Development Discussions <developer at arabeyes dot org>
>
The bidi aspect seems fine at the moment but I can't get shaping to work, I
think it may be a problem with the tashkeel like fatha etc. At first I tried
using (with current CVS) passing the 'doshaping=true' to the doBidi function.
This didn't seem to have any effect. Then I tried separating it out by using
doShape as another call. Unfortunately it doesn't see to work with harakaat.
I tried calling it before and after the bidi call. Am I missing something?
What's the current status on this front? - I realise it's work in progress,
The problem is now fixed, checkout the new version or change the
one you already have. The problem is that I use CAPRtl charset
for testing, you'll find this at the begining of minibidi.c
#define GetType(x) getType(x)
/*=====TESTING mode===========*/
//#define GetType(x) getCAPRtl(x)
I use getCAPRtl(x) which returns and imaginary type for chars but,
you should use getType(x) if you want the real thing.
Try this out and let me know how its going :)
ak.