Page 1 of 1

Typing arabic and latin chars on the same card

Posted: Sat May 23, 2009 8:41 am
by jmburnod
Hi All,

What is the best way for typing arabic chars in a fld and latin chars in an other fld of the same card

I dream a propertie "CharsPaletteAndKeybord" for a script like that :

Code: Select all

on openfield pCurpaletteChars  --•• (pCurpaletteChars = arabic or latin)
set the CharsPaletteAndKeybord to pCurpaletteChars
en openfield	
regards

Jean-Marc

Posted: Sun May 24, 2009 7:48 am
by Janschenkel
Hi Jean-Marc,

In theory, Revolution just follows the input method and language that the user has chosen. But if you need a specific language for a specific field, you can set the textFont of that field to something like "Arial,Arabic".

HTH,

Jan Schenkel.

Posted: Sun May 24, 2009 5:35 pm
by Mark
Hi Jean-Marc,

You may also need to find a way to make the text go from right to left ;-) I managed to do this, but is quite a hassle with the obsolete text features of Revolution.

Best,

Mark

Typing arabic and latin chars on the same card

Posted: Sun May 24, 2009 6:01 pm
by jmburnod
Hi Mark,

Yes, from right to left :shock:

In fact i want three fonts :

latin
arabic
tifinagh

Maeby a way is a tool with images.

Others ideas are welcome

Best regards

Jean-Marc