TCPDF_FONT_DATA
class TCPDF_FONT_DATA (View source)
Properties
static | $uni_LRM | Unicode code for Left-to-Right Mark. |
|
static | $uni_RLM | Unicode code for Right-to-Left Mark. |
|
static | $uni_LRE | Unicode code for Left-to-Right Embedding. |
|
static | $uni_RLE | Unicode code for Right-to-Left Embedding. |
|
static | $uni_PDF | Unicode code for Pop Directional Format. |
|
static | $uni_LRO | Unicode code for Left-to-Right Override. |
|
static | $uni_RLO | Unicode code for Right-to-Left Override. |
|
static | $uni_RE_PATTERN_RTL | Pattern to test RTL (Righ-To-Left) strings using regular expressions. |
|
static | $uni_RE_PATTERN_ARABIC | Pattern to test Arabic strings using regular expressions. Source: http://www.w3.org/International/questions/qa-forms-utf-8 |
|
static | $uni_type | Array of Unicode types. |
|
static | $uni_mirror | Mirror unicode characters. For information on bidi mirroring, see UAX #9: Bidirectional Algorithm, at http://www.unicode.org/unicode/reports/tr9/ |
|
static | $uni_arabicsubst | Arabic shape substitutions: char code => (isolated, final, initial, medial). |
|
static | $uni_laa_array | Arabic laa letter: (char code => isolated, final, initial, medial). |
|
static | $uni_diacritics | Array of character substitutions for sequences of two diacritics symbols. |
|
static | $uni_utf8tolatin | Array of character substitutions from UTF-8 Unicode to Latin1. |
|
static | $encmap | Array of Encoding Maps. |
|
static | $uni_identity_h | ToUnicode map for Identity-H stream |