Re: Is it possible to disable the shaping to presentation forms
eduardo <[email protected]> Thu, 07 Nov 2013 12:04:59 +0100
| Newsgroups | gmane.comp.internationalization.fribidi |
|---|---|
| Message-ID | <[email protected]> |
Hi Behdad, I checked log2vis and it is more complex than I expected. I think it is enough to comment the calls to get_joining_types, join_arabic and shape. But as long as this function is in a file called "deprecated.c "I wonder if there is a better way to use fribidi without using the big log2vis function, something like a set of calls where I can control/ommit different steps of the process. If I can get rid of the fribidi shaping, I think the algorithm to connect to harfbuzz is easier. I will post it in the hb list as soon as you confirm I got the fribidi part right. Thanks! On Wed, 30 Oct 2013 17:59:06 +0000, Behdad Esfahbod wrote: > On 13-10-30 04:25 PM, eduardo wrote: >> Hi, >> >> I would like to use fribidi to solve the BiDi of a text but I want >> to do the >> shaping with a glyph-based shaper like harfbuzz. Is there any way to >> get the >> original characters instead of the ones replaced from the >> presentation forms? > > fribidi_log2vis is a convenience function. Copy its code and do > whatever you > want. > > I'll reply to your question on the harfbuzz list in more detail.