Packageorg.purepdf.pdf
Classpublic class ArabicLigaturizer
InheritanceArabicLigaturizer Inheritance Object



Public Methods
 MethodDefined By
  
ArabicLigaturizer
  
arabic_shape(src:Vector.<int>, srcoffset:int, srclength:int, dest:Vector.<int>, destoffset:int, destlength:int, level:int):int
[static]
ArabicLigaturizer
  
processNumbers(text:Vector.<int>, offset:int, length:int, options:int):void
[static]
ArabicLigaturizer
Public Constants
 ConstantDefined By
  AR_COMPOSEDTASHKEEL : int = 0x4
[static]
ArabicLigaturizer
  AR_LIG : int = 0x8
[static]
ArabicLigaturizer
  AR_NOTHING : int = 0x0
[static]
ArabicLigaturizer
  AR_NOVOWEL : int = 0x1
[static]
ArabicLigaturizer
  DIGITS_AN2EN : int = 0x40
[static]
ArabicLigaturizer
  DIGITS_EN2AN : int = 0x20
[static]
ArabicLigaturizer
  DIGITS_EN2AN_INIT_AL : int = 0x80
[static]
ArabicLigaturizer
  DIGITS_EN2AN_INIT_LR : int = 0x60
[static]
ArabicLigaturizer
  DIGITS_MASK : int = 0xe0
[static]
ArabicLigaturizer
  DIGIT_TYPE_AN : int = 0
[static]
ArabicLigaturizer
  DIGIT_TYPE_AN_EXTENDED : int = 0x100
[static]
ArabicLigaturizer
  DIGIT_TYPE_MASK : int = 0x0100
[static]
ArabicLigaturizer
Constructor Detail
ArabicLigaturizer()Constructor
public function ArabicLigaturizer()



Method Detail
arabic_shape()method
public static function arabic_shape(src:Vector.<int>, srcoffset:int, srclength:int, dest:Vector.<int>, destoffset:int, destlength:int, level:int):int

Parameters

src:Vector.<int>
 
srcoffset:int
 
srclength:int
 
dest:Vector.<int>
 
destoffset:int
 
destlength:int
 
level:int

Returns
int
processNumbers()method 
public static function processNumbers(text:Vector.<int>, offset:int, length:int, options:int):void

Parameters

text:Vector.<int>
 
offset:int
 
length:int
 
options:int

Constant Detail
AR_COMPOSEDTASHKEELConstant
public static const AR_COMPOSEDTASHKEEL:int = 0x4

AR_LIGConstant 
public static const AR_LIG:int = 0x8

AR_NOTHINGConstant 
public static const AR_NOTHING:int = 0x0

AR_NOVOWELConstant 
public static const AR_NOVOWEL:int = 0x1

DIGIT_TYPE_ANConstant 
public static const DIGIT_TYPE_AN:int = 0

DIGIT_TYPE_AN_EXTENDEDConstant 
public static const DIGIT_TYPE_AN_EXTENDED:int = 0x100

DIGIT_TYPE_MASKConstant 
public static const DIGIT_TYPE_MASK:int = 0x0100

DIGITS_AN2ENConstant 
public static const DIGITS_AN2EN:int = 0x40

DIGITS_EN2ANConstant 
public static const DIGITS_EN2AN:int = 0x20

DIGITS_EN2AN_INIT_ALConstant 
public static const DIGITS_EN2AN_INIT_AL:int = 0x80

DIGITS_EN2AN_INIT_LRConstant 
public static const DIGITS_EN2AN_INIT_LR:int = 0x60

DIGITS_MASKConstant 
public static const DIGITS_MASK:int = 0xe0