Vincent Wei
|
2cffa1154c
|
API description
|
2019-03-27 19:16:33 +08:00 |
|
Vincent Wei
|
9adea7df64
|
implementation of NULL font engine and incored NULL devfonts for every charset
|
2019-03-27 17:58:56 +08:00 |
|
Vincent Wei
|
8f70dfcf69
|
UStrTailorBreaks
|
2019-03-27 16:46:42 +08:00 |
|
Vincent Wei
|
913ea4db23
|
CreateTextRunsInfo and CreateLayoutInfo passed test cases
|
2019-03-27 15:50:16 +08:00 |
|
Vincent Wei
|
db63d8cad3
|
cleanup
|
2019-03-27 11:40:34 +08:00 |
|
Vincent Wei
|
338fb0276e
|
use _DEBUG for real output of _DBG_PRINTF
|
2019-03-27 10:08:01 +08:00 |
|
Vincent Wei
|
8dd64e7f2d
|
api description
|
2019-03-26 19:14:05 +08:00 |
|
Vincent Wei
|
c1cbb8423e
|
parameters of CB_GLYPH_LAID_OUT
|
2019-03-26 18:44:05 +08:00 |
|
Vincent Wei
|
ed6ceaa49c
|
fixbug of layout implementation
|
2019-03-26 12:22:26 +08:00 |
|
Vincent Wei
|
f5e1144cbe
|
debug LayoutInfo implementaion
|
2019-03-26 11:24:31 +08:00 |
|
Vincent Wei
|
7dfe5954f5
|
go on
|
2019-03-25 12:15:23 +08:00 |
|
Vincent Wei
|
3e5ff0af91
|
tune implementation
|
2019-03-24 12:35:31 +08:00 |
|
Vincent Wei
|
af8a04570d
|
more code
|
2019-03-22 18:33:37 +08:00 |
|
Vincent Wei
|
452edfa831
|
more code for layout
|
2019-03-22 12:33:53 +08:00 |
|
Vincent Wei
|
4fba705082
|
cleanup
|
2019-03-22 10:53:50 +08:00 |
|
Vincent Wei
|
c67a18536d
|
some code for layout
|
2019-03-21 19:12:52 +08:00 |
|
Vincent Wei
|
d9e09ac34f
|
Intent to add new APIs: DrawShapedGlyph and DrawShapedGlyphLine
|
2019-03-21 15:28:30 +08:00 |
|
Vincent Wei
|
c276122f60
|
Start to implement InitBasicShapingEngine
|
2019-03-20 18:53:06 +08:00 |
|
Vincent Wei
|
46a8b1768a
|
cleanup
|
2019-03-20 17:08:43 +08:00 |
|
Vincent Wei
|
d5b57e8200
|
cleanup and add _WRN_PRINTF for warning
|
2019-03-20 17:06:43 +08:00 |
|
Vincent Wei
|
ee179e6995
|
API description related to LAYOUTINFO
|
2019-03-20 16:31:41 +08:00 |
|
Vincent Wei
|
3571d88f3d
|
use LoadResource for LOGFONTs of text runs
|
2019-03-19 19:33:11 +08:00 |
|
Vincent Wei
|
8ba346eec5
|
use logfont name for CreateTextRunsInfo instead of logfont object
|
2019-03-19 18:43:04 +08:00 |
|
Vincent Wei
|
e110cb61f4
|
fix bugs
|
2019-03-19 17:14:42 +08:00 |
|
Vincent Wei
|
d29aa1d881
|
Tune name of structure and functions
|
2019-03-19 15:37:30 +08:00 |
|
Vincent Wei
|
14bfe263a3
|
Use LanguageCode and ScriptType types for external APIs
|
2019-03-19 11:48:24 +08:00 |
|
Vincent Wei
|
cbd54e0766
|
add new APIs: ScriptGetGlyphOrientation and ScriptGetWideGlyphOrientation
|
2019-03-19 10:45:26 +08:00 |
|
Vincent Wei
|
ceaec7e3d3
|
new API: UBidiGetParagraphEmbeddingLevelsAlt, an optimized call
|
2019-03-18 19:07:53 +08:00 |
|
Vincent Wei
|
aab8d6e2c6
|
Emoji, Script, and Width iterators for Unicode string
|
2019-03-18 17:32:27 +08:00 |
|
Vincent Wei
|
46f48a0d6c
|
UCharGetVerticalOrientation
|
2019-03-18 12:42:45 +08:00 |
|
Vincent Wei
|
40fc11f324
|
gen-vop-tab: tool to generate the vertical orientation property table
|
2019-03-18 12:32:47 +08:00 |
|
Vincent Wei
|
d63fe9849b
|
Tune GlyphRunInfo
|
2019-03-16 19:12:57 +08:00 |
|
Vincent Wei
|
ac60980bc2
|
tune GlyphRunInfo APIs and cleanup
|
2019-03-16 16:21:49 +08:00 |
|
Vincent Wei
|
9a8d997f63
|
new files
|
2019-03-15 17:13:47 +08:00 |
|
Vincent Wei
|
72f61f17be
|
trim UCHAR prefix from UCharScriptType and UCHAR_SCRIPT_XXXX
|
2019-03-15 14:46:24 +08:00 |
|
Vincent Wei
|
1e1dd76fb1
|
tune interfaces of GetShapedGlyphsXXX
|
2019-03-14 12:34:21 +08:00 |
|
Vincent Wei
|
cc9d9f6d42
|
basic implementation of GetLangScriptFromName and NormalizeScriptType
|
2019-03-13 18:57:39 +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
|
64ddca1e2f
|
Add UCharIsArabicVowel
|
2019-03-12 18:34:47 +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
|
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
|
ce7b9eccca
|
debug
|
2019-03-11 18:45:46 +08:00 |
|