Lines Matching refs:form

450 						// Initial or medial form
462 // Final form
468 // Final form
474 // Final or Medial form
488 // Final form
496 // Final form
2537 // E003 and 102D should form a mark ligature, but 102D is already associated with (non-mark) ligature E05A
2538 // So instead of disallowing the mark ligature to form, just dissociate...
2549 * and LAM,LAM,HEH form a ligature, they will leave SHADDA and FATHA wit a
2550 * ligature id and component value of 2. Then if SHADDA,FATHA form a ligature
2562 * LAM,LAM,HEH form a ligature, leaving SHADDA,FATHA next to eachother.
2581 * form a LAM-LAM-HEH ligature. We need to reassign the SHADDA and FATHA to
2637 // KASHIDA: If forming a ligature when the last component was identified as a kashida point (final form)
2638 // If previous/first component of ligature is a medial form, then keep this as a kashida point
2644 if ($ka == 1 && isset($this->OTLdata[$pos]['form']) && $this->OTLdata[$pos]['form'] == 3) {
2823 /* Arabic ligatures in presentation form (converted in 'ccmp' in e.g. Arial and Times ? need to add others in this range) */
2869 $output[] = $this->get_arab_glyphs($crntChar, 1, $chars, $i, $scriptTag, $usetags); // <final> form
2871 $output[] = $this->get_arab_glyphs($crntChar, 0, $chars, $i, $scriptTag, $usetags); // <isolated> form
2881 $form = 0;
2883 $form++;
2886 $form += 2;
2888 $output[] = $this->get_arab_glyphs($crntChar, $form, $chars, $i, $scriptTag, $usetags);
2895 $this->OTLdata[$i]['form'] = $ra[$i][1]; // Actaul form substituted 0=ISOLATED FORM :: 1=FINAL :: 2=INITIAL :: 3=MEDIAL
4557 * At this stage the bidi-type is in string form
4582 * WS Whitespace Space, figure space, line separator, form feed, General Punctuation spaces, ...