TCPDF_FONT_DATA

class

TCPDF_FONT_DATA Unicode data and encoding maps for TCPDF.

package

com.tecnick.tcpdf

version 1.0.001
author

Nicola Asuni - info@tecnick.com

Methods

Properties

Unicode code for Left-to-Right Mark.

uni_LRM :
static
public

Type(s)

Unicode code for Right-to-Left Mark.

uni_RLM :
static
public

Type(s)

Unicode code for Left-to-Right Embedding.

uni_LRE :
static
public

Type(s)

Unicode code for Right-to-Left Embedding.

uni_RLE :
static
public

Type(s)

Unicode code for Pop Directional Format.

uni_PDF :
static
public

Type(s)

Unicode code for Left-to-Right Override.

uni_LRO :
static
public

Type(s)

Unicode code for Right-to-Left Override.

uni_RLO :
static
public

Type(s)

Pattern to test RTL (Righ-To-Left) strings using regular expressions.

uni_RE_PATTERN_RTL :
static
public

Type(s)

Pattern to test Arabic strings using regular expressions. Source: http://www.w3.org/International/questions/qa-forms-utf-8

uni_RE_PATTERN_ARABIC :
static
public

Type(s)

Array of Unicode types.

uni_type :
static
public

Type(s)

Mirror unicode characters. For information on bidi mirroring, see UAX #9: Bidirectional Algorithm, at http://www.unicode.org/unicode/reports/tr9/

uni_mirror :
static
public

Type(s)

Arabic shape substitutions: char code => (isolated, final, initial, medial).

uni_arabicsubst :
static
public

Type(s)

Arabic laa letter: (char code => isolated, final, initial, medial).

uni_laa_array :
static
public

Type(s)

Array of character substitutions for sequences of two diacritics symbols.

uni_diacritics :
static

Putting the combining mark and character in the same glyph allows us to avoid the two marks overlapping each other in an illegible manner. second NSM char code => substitution char

public

Type(s)

Array of character substitutions from UTF-8 Unicode to Latin1.

uni_utf8tolatin :
static
public

Type(s)

Array of Encoding Maps.

encmap :
static
public

static

Type(s)

ToUnicode map for Identity-H stream

uni_identity_h :
static
public

static

Type(s)