This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit e783e22
committed
[[ TextLayout ]] Implement TextLayout functions on Android
This patch adds an implementation of MCTextLayout on Android, based on harfbuzz
using the FreeType face handle obtained from the system font handle (a Skia
SkTypeface object)1 parent c7293b2 commit e783e22
File tree
3 files changed
+410
-3
lines changed- engine
- src
3 files changed
+410
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1073 | 1073 | | |
1074 | 1074 | | |
1075 | 1075 | | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
1076 | 1079 | | |
1077 | 1080 | | |
1078 | 1081 | | |
| |||
1129 | 1132 | | |
1130 | 1133 | | |
1131 | 1134 | | |
| 1135 | + | |
| 1136 | + | |
1132 | 1137 | | |
1133 | 1138 | | |
1134 | 1139 | | |
| |||
0 commit comments