Vincent Wei
|
8f841a0bc0
|
split shaped-glyph.c into three files
|
2019-03-14 17:26:14 +08:00 |
|
Vincent Wei
|
f218b7b892
|
add enable option for complex scripts and harzbuff; cleanup options for TTF support (onley FreeType2)
|
2019-03-14 17:17:09 +08:00 |
|
Vincent Wei
|
1e1dd76fb1
|
tune interfaces of GetShapedGlyphsXXX
|
2019-03-14 12:34:21 +08:00 |
|
Vincent Wei
|
4ba0bcd0fe
|
cleanup
|
2019-03-13 19:05:15 +08:00 |
|
Vincent Wei
|
cc9d9f6d42
|
basic implementation of GetLangScriptFromName and NormalizeScriptType
|
2019-03-13 18:57:39 +08:00 |
|
Vincent Wei
|
4c9e8138b1
|
table for lang name to scripts
|
2019-03-13 18:27:57 +08:00 |
|
Vincent Wei
|
f79a1bd86a
|
cleanup
|
2019-03-13 18:24:56 +08:00 |
|
Vincent Wei
|
211135fbc5
|
cleanup
|
2019-03-13 17:52:43 +08:00 |
|
Vincent Wei
|
537b659fc7
|
tune implementation of GetShapedGlyphsBasic
|
2019-03-13 17:25:48 +08:00 |
|
Vincent Wei
|
6b45b74e32
|
return length of break_oppos instead of the number of consumed uchars
|
2019-03-13 15:05:18 +08:00 |
|
Vincent Wei
|
0ceb5616bf
|
fix memory usage bug of UStrGetBreaks; UStrGetBreaks does not return when it encounters a hard break
|
2019-03-13 14:33:48 +08:00 |
|
Vincent Wei
|
62f9cf9e48
|
tune API description
|
2019-03-13 12:29:01 +08:00 |
|
Vincent Wei
|
6842cd3933
|
Split GetUCharsAndBreaks into two APIs: GetUCharsUntilParagraphBoundary and UStrGetBreaks
|
2019-03-13 12:21:45 +08:00 |
|
Vincent Wei
|
2c5ddd93cb
|
add internal api: _unicode_normalize_script
|
2019-03-12 19:00:30 +08:00 |
|
Vincent Wei
|
64ddca1e2f
|
Add UCharIsArabicVowel
|
2019-03-12 18:34:47 +08:00 |
|
Vincent Wei
|
9dea317925
|
cleanup
|
2019-03-12 17:53:14 +08:00 |
|
Vincent Wei
|
a4e8a42707
|
cleanup
|
2019-03-12 17:52:06 +08:00 |
|
Vincent Wei
|
005519e7cc
|
Tuen API of GetShapedGlyphsBasic and GetShapedGlyphsComplex
|
2019-03-12 15:41:57 +08:00 |
|
Vincent Wei
|
da7c2175dd
|
cleanup
|
2019-03-12 12:29:13 +08:00 |
|
Vincent Wei
|
c7e6a867f4
|
cleanup
|
2019-03-12 11:57:04 +08:00 |
|
Vincent Wei
|
30c6033e8c
|
cleanup
|
2019-03-12 09:27:11 +08:00 |
|
Vincent Wei
|
5a5d5d3bbb
|
Passed BidiCharacterTest
|
2019-03-12 09:03:32 +08:00 |
|
Vincent Wei
|
bdd75353d2
|
cleanup
|
2019-03-11 19:14:35 +08:00 |
|
Vincent Wei
|
ce7b9eccca
|
debug
|
2019-03-11 18:45:46 +08:00 |
|
Vincent Wei
|
c66f1a5fa3
|
cleanup
|
2019-03-11 16:08:52 +08:00 |
|
Vincent Wei
|
ba240cd53b
|
cleanup
|
2019-03-11 15:55:14 +08:00 |
|
Vincent Wei
|
ca9d0200f3
|
Implementation of UBidiXXX functions
|
2019-03-11 15:47:48 +08:00 |
|
Vincent Wei
|
5dd2a21919
|
Description of Bidi APIs
|
2019-03-11 12:33:42 +08:00 |
|
Vincent Wei
|
11124ef8a0
|
rename internal apis and cleanup
|
2019-03-11 11:51:16 +08:00 |
|
Vincent Wei
|
e8714be5ef
|
rename macros
|
2019-03-11 11:33:02 +08:00 |
|
Vincent Wei
|
13341e864c
|
rename files and internal apis
|
2019-03-11 09:36:36 +08:00 |
|
Vincent Wei
|
e1a464b32f
|
cleanup
|
2019-03-10 18:55:07 +08:00 |
|
Vincent Wei
|
a7601d8cfe
|
tune UCD url
|
2019-03-10 18:31:15 +08:00 |
|
Vincent Wei
|
98ae3a6b35
|
Restore BidiBracketType
|
2019-03-10 18:19:21 +08:00 |
|
Vincent Wei
|
f82e15ed5e
|
use iso8859-bidi-tables
|
2019-03-10 18:08:53 +08:00 |
|
Vincent Wei
|
690f5487ab
|
BIDIType to BidiType
|
2019-03-10 17:31:36 +08:00 |
|
Vincent Wei
|
4e0a9a8d37
|
two implementations for biditype, bracket and mirror
|
2019-03-10 16:54:45 +08:00 |
|
Vincent Wei
|
c6f1004ba6
|
cleanup
|
2019-03-10 14:47:02 +08:00 |
|
Vincent Wei
|
a4e9f56c08
|
cleanup
|
2019-03-10 14:44:33 +08:00 |
|
Vincent Wei
|
d84a7ffbbe
|
Bidi tables
|
2019-03-10 14:42:36 +08:00 |
|
Vincent Wei
|
11865764da
|
cleanup
|
2019-03-10 13:21:08 +08:00 |
|
Vincent Wei
|
fdc449335d
|
utilities for generating Bidi tables
|
2019-03-10 13:17:52 +08:00 |
|
Vincent Wei
|
27e508848d
|
new implementation of UNICODE BIDIRECTIONAL ALGORITHM
|
2019-03-08 20:38:04 +08:00 |
|
Vincent Wei
|
cc01ce0bbc
|
new implementation of UNICODE BIDIRECTIONAL ALGORITHM
|
2019-03-08 20:37:44 +08:00 |
|
Vincent Wei
|
0093ac3edc
|
New APIs: UCHAR2ACHAR, UChar2AChar, UChars2AChars
|
2019-03-08 14:39:48 +08:00 |
|
Vincent Wei
|
45db7410c0
|
Update Unicode tables to 12.0.0
|
2019-03-08 11:52:49 +08:00 |
|
Vincent Wei
|
e6df345736
|
Update LB8a rule to conform Unicode 12.0.0
|
2019-03-08 11:52:36 +08:00 |
|
Vincent Wei
|
e7b05090cd
|
Rename MCHAR_TYPE_XXX to ACHAR_BASIC_XXX; Tune implementation of GetACharType and GetACharBIDIType
|
2019-03-08 10:17:18 +08:00 |
|
Vincent Wei
|
b82128091e
|
add const for keymap data
|
2019-03-07 19:09:34 +08:00 |
|
Vincent Wei
|
adab30261c
|
add const to incore-res data
|
2019-03-07 18:57:04 +08:00 |
|